Browse Source

Adding "u" prefix to expected string value to keep legacy Python compatibility

pull/359/head
Tim Jensen 4 years ago
parent
commit
13c7a9d8a8
No known key found for this signature in database GPG Key ID: AF7622AC8D9CB25E
  1. 2
      tests/test_game_servers.py

2
tests/test_game_servers.py

@ -18,7 +18,7 @@ class TestA2SRules(unittest.TestCase):
self.assertEqual( self.assertEqual(
{ {
"text": "b\ufffdr", "text": u"b\ufffdr",
"int": 42, "int": 42,
"float": 21.12 "float": 21.12
}, },

Loading…
Cancel
Save