Skip to content

Commit 6abb3df

Browse files
committed
1 test failing
1 parent 62909db commit 6abb3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_code_replacement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ def complex_fixture(request):
23152315
modified_module = module.visit(modifier)
23162316

23172317
code = modified_module.code
2318-
assert code==expected_code
2318+
assert code.strip()==expected_code.strip()
23192319

23202320

23212321
class TestPytestMarkAdder:

0 commit comments

Comments
 (0)