Skip to content

Commit

Permalink
rename option
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsbl committed Sep 30, 2024
1 parent c713d79 commit 28d0145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/general/g.remove.path/testsuite/test_g_remove_path.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Test i.satskred
"""Test g.remove.path
(C) 2023 by NVE, Stefan Blumentrath and the GRASS GIS Development Team
(C) 2024 by NVE, Stefan Blumentrath and the GRASS GIS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
Expand All @@ -15,7 +15,7 @@
from grass.gunittest.gmodules import SimpleModule


class TestGUnzipParallel(TestCase):
class TestGRemovePath(TestCase):
"""Test case for removing files and directories"""

@classmethod
Expand Down

0 comments on commit 28d0145

Please sign in to comment.