Skip to content

Commit

Permalink
Fixed unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Feb 18, 2023
1 parent bce6487 commit e3f1764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Tokenizer/Tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,5 @@ def test_KeywordToWordTokenMissmatch(self) -> None:
)

with self.assertRaises(TokenizerException) as ex:
_ = EntityKeyword(keywordToken)
_ = EntityKeyword(fromExistingToken=keywordToken)
# TODO: check exception message

0 comments on commit e3f1764

Please sign in to comment.