From 86ef625b754dc33a79940133ddb9b3fdc094f196 Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Thu, 14 Mar 2024 13:41:22 -0700 Subject: [PATCH] tests --- tests/unit/common/test_table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/common/test_table.py b/tests/unit/common/test_table.py index e9e3d18c3..49b39b591 100644 --- a/tests/unit/common/test_table.py +++ b/tests/unit/common/test_table.py @@ -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"