Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amydunphy authored Aug 29, 2023
1 parent 405ebc3 commit a31d443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/model/test_fasttext.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_respond(self):

response = self.model.respond(query)

self.assertEqual(len(response), 2)
self.assertEqual(len(response), 5)
self.assertEqual(response[0].response, {'language': 'en', 'script': None, 'score': 1.0})
self.assertEqual(response[1].response, {'language': 'zh', 'script': 'Hans', 'score': 0.8305})
self.assertEqual(response[2].response, {'language': 'ks', 'script': 'Arab', 'score': 0.9999})
Expand Down

0 comments on commit a31d443

Please sign in to comment.