Skip to content

Commit

Permalink
Removed whitespace from empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyrack committed May 24, 2018
1 parent 210ad22 commit b4e0265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_junitxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def test_fail():
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
Expand Down

0 comments on commit b4e0265

Please sign in to comment.