Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Feb 12, 2024
1 parent 7f46632 commit 8da156e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ def test_predict(self):
self.assertEqual(TokenType.TITLE, tokens[0].token_type)
self.assertEqual("Document Big Centered Title", tokens[0].content)
self.assertEqual(TokenType.TEXT, tokens[1].token_type)
self.assertEqual(TokenType.TEXT, tokens[10].token_type)
self.assertEqual("List Title", tokens[10].content)

0 comments on commit 8da156e

Please sign in to comment.