From af54e097590d3d24550e6dd0bb62fa0113aa6339 Mon Sep 17 00:00:00 2001 From: aselus-hub Date: Thu, 10 Dec 2015 14:46:51 -0800 Subject: [PATCH] nit: fixed newline --- testing/python/collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/python/collect.py b/testing/python/collect.py index 0dd9ef1da..eb0a399bd 100644 --- a/testing/python/collect.py +++ b/testing/python/collect.py @@ -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() \ No newline at end of file + assert "RuntimeError: dictionary changed size during iteration" not in result.stdout.str()