Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Mar 3, 2024
1 parent 51b5cd7 commit 3b0a6d8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/unit/test_term_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,6 @@ def setUp(self):
description='...',
data=self.wrapped_array
)
self.list_data = VectorData(
name='Species_1',
description='...',
data=self.wrapped_list
)
self.comp_np_data = VectorData(
name='Species_1',
description='...',
data=self.wrapped_comp_array
)

def test_properties(self):
self.assertEqual(self.wrapped_array.value, ['Homo sapiens'])
Expand Down

0 comments on commit 3b0a6d8

Please sign in to comment.