Fix TestBooleanCondition.test_xfail
This commit is contained in:
parent
aed06d0386
commit
3e07127666
|
@ -1293,8 +1293,7 @@ class TestBooleanCondition:
|
|||
result = pytester.runpytest("-rxs")
|
||||
result.stdout.fnmatch_lines(
|
||||
"""
|
||||
*XFAIL*
|
||||
*True123*
|
||||
*XFAIL*True123*
|
||||
*1 xfail*
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue