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 b0b08c1 commit 0aaf648Copy full SHA for 0aaf648
ravendb/tests/jvm_migrated_tests/client_tests/documents_tests/commands_tests/test_put_document_command.py
@@ -39,7 +39,7 @@ def test_can_put_document_using_command(self):
39
40
# @unittest.skip("todo: Not passing on CI/CD")
41
def test_can_put_document_using_command_with_surrogate_pairs(self):
42
- name_with_emojis = "Gracjan \ud83d\ude21\ud83d\ude21\ud83e\udd2c\ud83d\ude00😡😡🤬😀"
+ name_with_emojis = "Gracjan \\ud83d\\ude21\\ud83d\\ude21\\ud83e\\udd2c\\ud83d\\ude00😡😡🤬😀"
43
44
user = User(name=name_with_emojis, age=31)
45
node = Utils.entity_to_dict(user, self.store.conventions.json_default_method)
0 commit comments