Skip to content

Commit 6b0153e

Browse files
committed
enable last in all test
1 parent 9a3e5b9 commit 6b0153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_django_async_orm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def test_async_first_in_all(self):
7676
self.assertEqual(all_result[0].name, first.name)
7777

7878

79-
@tag('dev')
79+
@tag('ci')
8080
async def test_async_last_in_all(self):
8181
all_result = await TestModel.objects.async_all()
8282

0 commit comments

Comments
 (0)