We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31c622 commit 36ae3b9Copy full SHA for 36ae3b9
elex4/tests/test_models.py
@@ -55,4 +55,4 @@ def test_clean_office_rep(self):
55
def test_clean_office_other(self):
56
race = Race("2012-11-06", "President")
57
self.assertEquals(race.office, "President")
58
- self.assertEquals(race.district, None)
+ self.assertEquals(race.district, "")
0 commit comments