Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Mar 20, 2024
1 parent af1489c commit 272627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/build_tests/mapper_tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def test_unwrap(self):
manager = BuildManager(get_type_map())
terms = TermSet(term_schema_path='tests/unit/example_test_term_set.yaml')
build = manager.build(VectorData(name='test_data',
descriptiont='description',
description='description',
data=TermSetWrapper(value=['Homo sapiens'], termset= terms)))

self.assertEqual(build.data, ['Homo sapiens'])
Expand Down

0 comments on commit 272627e

Please sign in to comment.