Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vmenger committed Feb 15, 2024
1 parent 92763d5 commit 37fd838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def test_split_multiple_spaces(self):

assert tokenizer._split_text(text=text) == expected_tokens


def test_split_newline(self):
tokenizer = DeduceTokenizer()
text = "regel 1 \n gevolgd door regel 2"
Expand Down

0 comments on commit 37fd838

Please sign in to comment.