From 77bf7fb0d23106f255645e6ae90c3d6ed6f7cf09 Mon Sep 17 00:00:00 2001
From: Kevin Heffernan <kevinheffernan@devfair0713.h2.fair>
Date: Fri, 17 Nov 2023 04:25:21 -0800
Subject: [PATCH] update test

---
 laser_encoders/test_laser_tokenizer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/laser_encoders/test_laser_tokenizer.py b/laser_encoders/test_laser_tokenizer.py
index 08ad789e..666be959 100644
--- a/laser_encoders/test_laser_tokenizer.py
+++ b/laser_encoders/test_laser_tokenizer.py
@@ -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