refactor and move tests
This commit is contained in:
@ -44,4 +44,4 @@ async def test_pk_1():
|
||||
async def test_pk_2():
|
||||
async with database:
|
||||
model = await Model.objects.create(name="NAME")
|
||||
assert await Model.objects.all() == [model]
|
||||
assert await Model.objects.all() == [model]
|
||||
|
||||
Reference in New Issue
Block a user