Uses unique test model name

This commit is contained in:
Mouse Reeve 2021-04-26 11:51:17 -07:00
parent ff8601f329
commit 7006f30ac8

View file

@ -26,10 +26,10 @@ class BaseModel(TestCase):
outbox="https://example.com/users/rat/outbox", outbox="https://example.com/users/rat/outbox",
) )
class TestModel(base_model.BookWyrmModel): class BookWyrmTestModel(base_model.BookWyrmModel):
"""just making it not abstract""" """just making it not abstract"""
self.test_model = TestModel() self.test_model = BookWyrmTestModel()
def test_remote_id(self): def test_remote_id(self):
"""these should be generated""" """these should be generated"""