actually committed previously enumerated changes; the previous commit actually contained only the migrations reflecting these changes

This commit is contained in:
Disco DeDisco
2026-01-23 21:51:56 -05:00
parent 8a9f7c8af8
commit 6804d3aaae
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from django.db.utils import IntegrityError
from django.test import TestCase
from ..models import Item, List
class ItemModelsTest(TestCase):
class ItemModelTest(TestCase):
def test_default_text(self):
item = Item()
self.assertEqual(item.text, "")