Skip to content

Commit 7266440

Browse files
separate with checks for each assert
1 parent e4be3b5 commit 7266440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def run_omit_row_or_do_not_respond_tests(
103103
# TODO: assert levels are as expected
104104
with check:
105105
assert noised_data.index.difference(original_data.index).empty
106+
with check:
106107
assert not original_data.index.difference(noised_data.index).empty
107108

108109

0 commit comments

Comments
 (0)