nit: fixed newline

This commit is contained in:
aselus-hub
2015-12-10 14:46:51 -08:00
parent dfaeefd692
commit af54e09759

View File

@@ -1091,4 +1091,4 @@ def test_class_injection_does_not_break_collection(testdir):
pass
''')
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()