Skip to content

Commit

Permalink
Update tests/unit/common/test_table.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
mavaylon1 and rly authored Mar 19, 2024
1 parent c16c542 commit 01ba322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/common/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 01ba322

Please sign in to comment.