Skip to content

Commit b074b6d

Browse files
committed
Addressed copilot suggestion
1 parent 6a8f0da commit b074b6d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/schema/test_hed_schema_io_df.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ def test_no_equivalent_to_column_in_tags(self):
232232

233233
# Verify no equivalent_to column exists
234234
self.assertNotIn("omn:EquivalentTo", tag_df.columns, "Tag DataFrame should not have equivalent_to column")
235-
self.assertNotIn(
236-
df_constants.hed_id + ":EquivalentTo", tag_df.columns, "Tag DataFrame should not have any equivalent_to variant"
237-
)
238235

239236
def test_no_equivalent_to_column_in_units(self):
240237
"""Test that equivalent_to column is never generated in unit-related DataFrames."""

0 commit comments

Comments
 (0)