summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index a97fc190..c3082abb 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -484,9 +484,9 @@ class GettraceTest(CoverageTest):
out = self.stdout().replace(self.last_module_name, "coverage_test")
expected = (
- "call: coverage_test.py @ 12\n"
- "line: coverage_test.py @ 13\n"
- "line: coverage_test.py @ 14\n"
+ "call: coverage_test.py @ 12\n" +
+ "line: coverage_test.py @ 13\n" +
+ "line: coverage_test.py @ 14\n" +
"return: coverage_test.py @ 14\n"
)
assert expected == out