mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Style fixes
This commit is contained in:
parent
500de6f081
commit
43e594fb43
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ def test_ident_conflict(tmpdir, runner):
|
|||
'''.format(base=str(tmpdir))))
|
||||
|
||||
foo = tmpdir.mkdir('foo')
|
||||
bar = tmpdir.mkdir('bar')
|
||||
tmpdir.mkdir('bar')
|
||||
|
||||
foo.join('one.txt').write('UID:1')
|
||||
foo.join('two.txt').write('UID:1')
|
||||
|
|
|
|||
Loading…
Reference in a new issue