wasnt -> wasn't
This commit is contained in:
parent
942fd91995
commit
2de145f372
|
@ -582,7 +582,7 @@ class TestPython:
|
||||||
assert "hx" in fnode.toxml()
|
assert "hx" in fnode.toxml()
|
||||||
|
|
||||||
def test_assertion_binchars(self, testdir):
|
def test_assertion_binchars(self, testdir):
|
||||||
"""this test did fail when the escaping wasnt strict"""
|
"""this test did fail when the escaping wasn't strict"""
|
||||||
testdir.makepyfile(
|
testdir.makepyfile(
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue