Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
budhrajaankita committed Apr 22, 2024
1 parent 7cb0894 commit 40a8112
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 40a8112

Please sign in to comment.