Skip to content

Commit 37a7f9b

Browse files
committed
This test is not async
1 parent d2d1532 commit 37a7f9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/storage/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ async def test_update_others_stay_the_same(self, s, get_item):
193193
)
194194
assert {href: etag for href, item, etag in items} == info
195195

196-
@pytest.mark.asyncio
197-
def test_repr(self, s, get_storage_args): # XXX: unused param
196+
def test_repr(self, s):
198197
assert self.storage_class.__name__ in repr(s)
199198
assert s.instance_name is None
200199

0 commit comments

Comments
 (0)