Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Heffernan committed Nov 17, 2023
1 parent ea7691c commit 77bf7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laser_encoders/test_laser_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_lowercase(tokenizer):

def test_is_printable(tokenizer):
test_data = "Hello, \tWorld! ABC\x1f123"
expected_output = "▁hel lo , ▁world ! ▁ab c 12 3"
expected_output = "▁hel lo , ▁world ! ▁ab c 12 3"
assert tokenizer.tokenize(test_data) == expected_output


Expand Down

0 comments on commit 77bf7fb

Please sign in to comment.