diff --git a/tests/test_cli.py b/tests/test_cli.py index 5cc63c9..9152fc2 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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')