diff --git a/opentech/apply/funds/tests/test_models.py b/opentech/apply/funds/tests/test_models.py index 6a8ea961b5a9bdf3df4278a6ad0a21996a90a36e..d9222800b58583af2f63a04d82070f06b0105ab6 100644 --- a/opentech/apply/funds/tests/test_models.py +++ b/opentech/apply/funds/tests/test_models.py @@ -70,7 +70,7 @@ class TestFundModel(TestCase): self.assertEqual(self.fund.open_round, None) def test_no_round_exists(self): - self.assertIsNone(self.fund.next_deadline() + self.assertIsNone(self.fund.next_deadline()) class TestRoundModelDates(TestCase):