Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 21, 2023
1 parent 739c732 commit 67c97f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/python/test_leopard.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_message_stack(self):
self.assertEqual(len(error), len(e.message_stack))
self.assertListEqual(list(error), list(e.message_stack))

def test_index_search_message_stack(self):
def test_process_message_stack(self):
o = Leopard(
access_key=self._access_key,
model_path=get_model_path_by_language(language_tests[0][0]),
Expand Down

0 comments on commit 67c97f5

Please sign in to comment.