Commit 55006037 by David Baumgold

assertTrue should be assertEqual

parent 51976b06
......@@ -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'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment