Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Mar 14, 2024
1 parent 0964adc commit 86ef625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/common/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def test_add_ref_wrapped_compound_data_extend(self):

np.testing.assert_array_equal(compound_vector_data.data.data, np.vstack((c_data, c_data2)))


def test_constructor_bad_columns(self):
columns = ['bad_column']
msg = "'columns' must be a list of dict, VectorData, DynamicTableRegion, or VectorIndex"
Expand Down

0 comments on commit 86ef625

Please sign in to comment.