From 01ba322ba37c489d188e2150023db23cb196cbe9 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Tue, 19 Mar 2024 05:52:48 -0700 Subject: [PATCH] Update tests/unit/common/test_table.py Co-authored-by: Ryan Ly --- tests/unit/common/test_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/common/test_table.py b/tests/unit/common/test_table.py index 8ad853b8f..21b2fa7c1 100644 --- a/tests/unit/common/test_table.py +++ b/tests/unit/common/test_table.py @@ -233,7 +233,7 @@ def test_compound_data_append(self): np.testing.assert_array_equal(compound_vector_data.data, np.append(c_data, c_data2)) - def test_add_ref_compound_data_extend(self): + def test_compound_data_extend(self): c_data = np.array([('Homo sapiens', 24)], dtype=[('species', 'U50'), ('age', 'i4')]) c_data2 = np.array([('Mus musculus', 24)], dtype=[('species', 'U50'), ('age', 'i4')]) compound_vector_data = VectorData(