We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3e5b9 commit 6b0153eCopy full SHA for 6b0153e
tests/test_django_async_orm.py
@@ -76,7 +76,7 @@ async def test_async_first_in_all(self):
76
self.assertEqual(all_result[0].name, first.name)
77
78
79
- @tag('dev')
+ @tag('ci')
80
async def test_async_last_in_all(self):
81
all_result = await TestModel.objects.async_all()
82
0 commit comments