Skip to content

Commit

Permalink
Update tests/src/python/test_qgsscalecalculator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
nirvn and nyalldawson committed Dec 30, 2021
1 parent 83b5183 commit 6a87dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsscalecalculator.py
Expand Up @@ -21,7 +21,7 @@
start_app()


class TestQgsScaleWidget(unittest.TestCase):
class TestQgsScaleCalculator(unittest.TestCase):

def testCalculateImageSize(self):
calculator = QgsScaleCalculator()
Expand Down

0 comments on commit 6a87dad

Please sign in to comment.