Removed whitespace from empty line.

This commit is contained in:
Jeffrey Rackauckas 2018-05-23 20:15:28 -07:00
parent 210ad22dbe
commit b4e0265622
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ class TestPython(object):
tnode = node.find_first_by_tag("testcase")
assert len(tnode.find_by_tag('system-err')) == 1
assert len(tnode.find_by_tag('system-out')) == 1
def test_xfailure_xpass(self, testdir):
testdir.makepyfile("""
import pytest