Skip to content

Commit 2d299c2

Browse files
committed
Fix TestBooleanCondition.test_xfail
1 parent 741d4f8 commit 2d299c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/test_skipping.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,8 +1293,7 @@ def test_func():
12931293
result = pytester.runpytest("-rxs")
12941294
result.stdout.fnmatch_lines(
12951295
"""
1296-
*XFAIL*
1297-
*True123*
1296+
*XFAIL*True123*
12981297
*1 xfail*
12991298
"""
13001299
)

0 commit comments

Comments
 (0)