mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
This test is not async
This commit is contained in:
parent
d2d1532883
commit
37a7f9bea8
1 changed files with 1 additions and 2 deletions
|
|
@ -193,8 +193,7 @@ class StorageTests:
|
|||
)
|
||||
assert {href: etag for href, item, etag in items} == info
|
||||
|
||||
@pytest.mark.asyncio
|
||||
def test_repr(self, s, get_storage_args): # XXX: unused param
|
||||
def test_repr(self, s):
|
||||
assert self.storage_class.__name__ in repr(s)
|
||||
assert s.instance_name is None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue