Skip to content

Commit

Permalink
Update test_metadata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvenditto committed Nov 21, 2024
1 parent 13f6df6 commit 3fb02dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ def test_no_conflict_between_intervalset_and_metadatamixin():
# set_info and get_info will conflict
assert len(conflicting_members) == 2, (
f"Conflict detected! The following methods/attributes are "
f"overwritten in TsdFrame: {conflicting_members}"
f"overwritten in IntervalSet: {conflicting_members}"
)


Expand Down Expand Up @@ -1122,5 +1122,5 @@ def test_no_conflict_between_tsgroup_and_metadatamixin():
# set_info and get_info will conflict
assert len(conflicting_members) == 2, (
f"Conflict detected! The following methods/attributes are "
f"overwritten in TsdFrame: {conflicting_members}"
f"overwritten in TsGroup: {conflicting_members}"
)

0 comments on commit 3fb02dc

Please sign in to comment.