Skip to content

Commit 2e18404

Browse files
mavoInfsbraun
andauthored
Update tests/modal/test_models.py
Co-authored-by: Fabian Braun <[email protected]>
1 parent b81ec6d commit 2e18404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modal/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class ModalModelTestCase(TestCase):
8-
def test_Modal_instance(self):
8+
def test_Modal_instance(self):
99
instance = ModalForm.objects.create()
1010
self.assertEqual(str(instance), "Modal (1)")
1111
self.assertEqual(instance.get_short_description(), "(modal-1)")

0 commit comments

Comments
 (0)