Skip to content

Commit

Permalink
failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
budhrajaankita committed Apr 22, 2024
1 parent af93ef0 commit b23e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def test_task_creation(self):
task = Task.objects.create(title="Sample Task", description="Sample Description", completed=False)
self.assertEqual(task.title, "Sample Task")
self.assertEqual(task.description, "Sample Description")
self.assertFalse(task.completed)
self.assertTrue(task.completed)

0 comments on commit b23e6e6

Please sign in to comment.