mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
# copying passwords from the config too.
|
||||
assert 'fileext' not in tmpdir \
|
||||
.join('status') \
|
||||
.join('foobar.collections') \
|
||||
.read()
|
||||
.join('status') \
|
||||
.join('foobar.collections') \
|
||||
.read()
|
||||
|
|
|
|||
Loading…
Reference in a new issue