Fix TestBooleanCondition.test_xfail

This commit is contained in:
Bruno Oliveira 2022-04-21 09:17:59 -03:00
parent aed06d0386
commit 3e07127666
1 changed files with 1 additions and 2 deletions

View File

@ -1293,8 +1293,7 @@ class TestBooleanCondition:
result = pytester.runpytest("-rxs") result = pytester.runpytest("-rxs")
result.stdout.fnmatch_lines( result.stdout.fnmatch_lines(
""" """
*XFAIL* *XFAIL*True123*
*True123*
*1 xfail* *1 xfail*
""" """
) )