Skip to content

Commit

Permalink
refactor: correct the assertion number
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Nov 4, 2024
1 parent 1611324 commit 5d0cd92
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 @@ -152,4 +152,4 @@ def test_repository_restart(self):
self.assertEqual(len(mappings), 5)

concepts = repository.get_all_concepts()
self.assertEqual(len(concepts), 9)
self.assertEqual(len(concepts), 20)

0 comments on commit 5d0cd92

Please sign in to comment.