actually committed previously enumerated changes; the previous commit actually contained only the migrations reflecting these changes
This commit is contained in:
@@ -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, "")
|
||||
|
||||
Reference in New Issue
Block a user