Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Oct 23, 2024
1 parent a439cd9 commit 848bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_weaviate_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_import_data_dictionary(self):
self.assertIn(description, mapping_texts)
for mapping in mappings:
if mapping.text == description:
self.assertEqual(mapping.concept_identifier, f"import_test:{variable}")
self.assertEqual(mapping.concept.concept_identifier, f"import_test:{variable}")
self.assertEqual(mapping.sentence_embedder, "sentence-transformers/all-mpnet-base-v2")

@unittest.skip("currently broken on github workflows")
Expand Down

0 comments on commit 848bd30

Please sign in to comment.