Skip to content
Snippets Groups Projects
Commit 55006037 authored by David Baumgold's avatar David Baumgold
Browse files

assertTrue should be assertEqual

parent 51976b06
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
self._test_dropdown_field(profile_page, 'country', 'Pakistan', 'Pakistan', 'display')
profile_page.make_field_editable('country')
self.assertTrue(profile_page.mode_for_field('country'), 'edit')
self.assertEqual(profile_page.mode_for_field('country'), 'edit')
self.assertTrue(profile_page.field_icon_present('country'))
......
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