summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/test_collection.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/test_collection.py b/testing/test_collection.py
index 6dcb7eda2..834eaa300 100644
--- a/testing/test_collection.py
+++ b/testing/test_collection.py
@@ -347,11 +347,11 @@ class TestSession(object):
assert rcol.fspath == subdir
parts = rcol._parsearg(p.basename)
- assert parts[0] == target
+ assert parts[0] == target
assert len(parts) == 1
parts = rcol._parsearg(p.basename + "::test_func")
- assert parts[0] == target
- assert parts[1] == "test_func"
+ assert parts[0] == target
+ assert parts[1] == "test_func"
assert len(parts) == 2
def test_collect_topdir(self, testdir):