From 13c7a9d8a846b46460c32607bb1000aa921f4fa7 Mon Sep 17 00:00:00 2001 From: Tim Jensen Date: Sat, 25 Sep 2021 12:14:24 -0500 Subject: [PATCH] Adding "u" prefix to expected string value to keep legacy Python compatibility --- tests/test_game_servers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_game_servers.py b/tests/test_game_servers.py index c98ca91..47fc89e 100644 --- a/tests/test_game_servers.py +++ b/tests/test_game_servers.py @@ -18,7 +18,7 @@ class TestA2SRules(unittest.TestCase): self.assertEqual( { - "text": "b\ufffdr", + "text": u"b\ufffdr", "int": 42, "float": 21.12 },