Skip to content

Commit c42bb36

Browse files
fixup: mark mro test reformatt
1 parent 13e594a commit c42bb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_mark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,4 +1132,4 @@ class C(A, B):
11321132

11331133
assert all_marks == [xfail("c").mark, xfail("a").mark, xfail("b").mark]
11341134

1135-
assert get_unpacked_marks(C, consider_mro=False) == [pytest.mark.xfail("c").mark]
1135+
assert get_unpacked_marks(C, consider_mro=False) == [xfail("c").mark]

0 commit comments

Comments
 (0)