mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +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
|
||||
else:
|
||||
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):
|
||||
if s.storage_name == 'filesystem':
|
||||
|
|
|
|||
Loading…
Reference in a new issue