Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed May 8, 2023
1 parent 8a85d82 commit 7868536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/others/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def test_aggregate_labels_with_labels():
label = MultiLabel(labels=[label1_with_filter1, label2_with_filter1])
assert label.filters == {"name": ["filename1"]}
with pytest.raises(ValueError):
label = MultiLabel(labels=[label1_with_filter1, label3_with_filter2])
_ = MultiLabel(labels=[label1_with_filter1, label3_with_filter2])


@pytest.mark.unit
Expand Down

0 comments on commit 7868536

Please sign in to comment.