Skip to content

Commit

Permalink
Update raster/r.his/testsuite/test_r_his.py
Browse files Browse the repository at this point in the history
Apply the suggestion.

Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
  • Loading branch information
mshukuno and petrasovaa authored Oct 24, 2024
1 parent 83f179a commit a5acf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/r.his/testsuite/test_r_his.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setUpClass(cls):

@classmethod
def tearDownClass(cls):
cls.runModule("g.remove", type="raster", flags="f", pattern="elevation_*")
cls.runModule("g.remove", type="raster", flags="f", name=[cls.intensity, cls.elev_shade])
cls.del_temp_region()

def tearDown(self):
Expand Down

0 comments on commit a5acf87

Please sign in to comment.