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

Apply suggestion to test/test_module_freetext.py

parent 305ef3ed
No related branches found
No related tags found
1 merge request!51Modul fritekst
Pipeline #77891 passed
......@@ -88,6 +88,6 @@ class TestFreeTextModuleWithoutSetUp(unittest.TestCase):
freetext_module.text_edit_body.toPlainText(), test_body
)
# assert get back our data with get_data
# Assert get back our data with get_data
fetched_data = freetext_module.get_data()
self.assertEqual(test_data, fetched_data)
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