mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix test
This commit is contained in:
parent
e717be9681
commit
14699d3195
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ def test_storage_instance_from_config(monkeypatch):
|
||||||
import vdirsyncer.storage
|
import vdirsyncer.storage
|
||||||
monkeypatch.setitem(vdirsyncer.storage.storage_names, 'lol', lol)
|
monkeypatch.setitem(vdirsyncer.storage.storage_names, 'lol', lol)
|
||||||
config = {'type': 'lol', 'foo': 'bar', 'baz': 1}
|
config = {'type': 'lol', 'foo': 'bar', 'baz': 1}
|
||||||
assert cli.utils.storage_instance_from_config(config) == 'OK'
|
assert cli.utils._storage_instance_from_config(config) == 'OK'
|
||||||
|
|
||||||
|
|
||||||
def test_parse_pairs_args():
|
def test_parse_pairs_args():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue