diff --git a/tasks/tests.py b/tasks/tests.py index b13b41b..61aac0a 100644 --- a/tasks/tests.py +++ b/tasks/tests.py @@ -55,7 +55,6 @@ def test_taskcount(self): 'description': "Test task count increase", 'completed': False }) - self.assertTrue(form.is_valid()) form.save() - self.assertEqual(Task.objects.count(), 1) + self.assertEqual(Task.objects.count(), 2)