mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Syntax fix
This commit is contained in:
parent
3deba27d8b
commit
c099b876d2
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class StorageTests(object):
|
||||||
assert 'test2' in s.collection
|
assert 'test2' in s.collection
|
||||||
else:
|
else:
|
||||||
with pytest.raises(ValueError):
|
with pytest.raises(ValueError):
|
||||||
self.storage_class(**get_storage_args(), collection='ayy')
|
self.storage_class(collection='ayy', **get_storage_args())
|
||||||
|
|
||||||
def test_case_sensitive_uids(self, s, get_item):
|
def test_case_sensitive_uids(self, s, get_item):
|
||||||
if s.storage_name == 'filesystem':
|
if s.storage_name == 'filesystem':
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue