Skip to content

Commit

Permalink
Update test_cls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong authored Jul 17, 2023
1 parent 4a7076b commit acf4533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def test_GzipModel(self):
("นี่เป็นบทความหนึ่ง", "Neutral")
]
model = GzipModel(training_data)
self.assertEqual(model.predict("รู้สึกดีจัง", k=1), "Positive")
self.assertEqual(model.predict("ฉันดีใจ", k=1), "Positive")

0 comments on commit acf4533

Please sign in to comment.