Skip to content

Commit

Permalink
Update tests/modal/test_models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
mavoIn and fsbraun authored Sep 12, 2024
1 parent b81ec6d commit 2e18404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modal/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class ModalModelTestCase(TestCase):
def test_Modal_instance(self):
def test_Modal_instance(self):
instance = ModalForm.objects.create()
self.assertEqual(str(instance), "Modal (1)")
self.assertEqual(instance.get_short_description(), "(modal-1)")
Expand Down

0 comments on commit 2e18404

Please sign in to comment.