Skip to content
Snippets Groups Projects
Commit 05be0fa0 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to test/test_module_freetext.py

parent ef01525c
No related branches found
No related tags found
1 merge request!51Modul fritekst
Pipeline #77889 canceled
......@@ -59,7 +59,7 @@ class TestFreeTextModuleWithSetUp(unittest.TestCase):
after_width, after_height = self.freetext_module.get_size()
# make sure the module grew
# Make sure the module grew
self.assertTrue(before_width < after_width)
self.assertTrue(before_height < after_height)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment