mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Stylefix
This commit is contained in:
parent
c830c2b5a4
commit
78efcf15de
1 changed files with 3 additions and 3 deletions
|
|
@ -57,6 +57,6 @@ def test_discover_command(tmpdir, runner):
|
||||||
# Check for redundant data that is already in the config. This avoids
|
# Check for redundant data that is already in the config. This avoids
|
||||||
# copying passwords from the config too.
|
# copying passwords from the config too.
|
||||||
assert 'fileext' not in tmpdir \
|
assert 'fileext' not in tmpdir \
|
||||||
.join('status') \
|
.join('status') \
|
||||||
.join('foobar.collections') \
|
.join('foobar.collections') \
|
||||||
.read()
|
.read()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue