From 78efcf15dec7d1866f6e35a1d42471c3ba48aa23 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 5 Jun 2015 14:55:19 +0200 Subject: [PATCH] Stylefix --- tests/cli/test_discover.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cli/test_discover.py b/tests/cli/test_discover.py index 8590db4..8395376 100644 --- a/tests/cli/test_discover.py +++ b/tests/cli/test_discover.py @@ -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()