nit: fixed newline
This commit is contained in:
parent
dfaeefd692
commit
af54e09759
|
@ -1091,4 +1091,4 @@ def test_class_injection_does_not_break_collection(testdir):
|
||||||
pass
|
pass
|
||||||
''')
|
''')
|
||||||
result = testdir.runpytest()
|
result = testdir.runpytest()
|
||||||
assert "RuntimeError: dictionary changed size during iteration" not in result.stdout.str()
|
assert "RuntimeError: dictionary changed size during iteration" not in result.stdout.str()
|
||||||
|
|
Loading…
Reference in New Issue