Browse Source
Adding "u" prefix to expected string value to keep legacy Python compatibility
pull/359/head
Tim Jensen
4 years ago
No known key found for this signature in database
GPG Key ID: AF7622AC8D9CB25E
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
}, |
|
|
|