We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b81a98 commit 7039a4fCopy full SHA for 7039a4f
tests/utility_classes/test_buttons.py
@@ -370,5 +370,5 @@ def test_issue86_ButtonTheme_to_json():
370
assert instance['states'] is not None
371
assert instance['states'].hover is not None
372
373
- result = str(instance.to_json())
+ result = str(instance.to_json(), encoding = 'utf-8')
374
assert result == str(kwargs).replace("'", '"')
0 commit comments