Fixing grammar.

This commit is contained in:
Jeffrey Rackauckas
2018-02-26 19:15:10 -08:00
parent a6762f7328
commit f6ad25928e
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ class TestXFail(object):
assert callreport.passed
assert callreport.wasxfail == "this is an xfail"
def test_xfail_use_platform(self, testdir):
def test_xfail_using_platform(self, testdir):
"""
Verify that platform can be used with xfail statements.
"""