Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix comment
  • Loading branch information
alexbruy committed Jun 30, 2020
1 parent af2870b commit 2f91b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsrasterlayer.py
Expand Up @@ -449,7 +449,7 @@ def testPalettedBand(self):
self.assertTrue(checker.runTest("expected_paletted_renderer_band3"), "Paletted rendering test failed")

def testGammaCorrection(self):
""" test raster gamma correction"""
""" test raster gamma correction filter"""
path = os.path.join(unitTestDataPath(),
'landsat-int16-b1.tif')
info = QFileInfo(path)
Expand Down

0 comments on commit 2f91b97

Please sign in to comment.