Skip to content

Commit 0aaf648

Browse files
author
Med Kamal
committed
escaping \\ud83d\\ude21\\ud83d\\ude21\\ud83e\\udd2c\\ud83d\\ude00 for test
1 parent b0b08c1 commit 0aaf648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ravendb/tests/jvm_migrated_tests/client_tests/documents_tests/commands_tests/test_put_document_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_can_put_document_using_command(self):
3939

4040
# @unittest.skip("todo: Not passing on CI/CD")
4141
def test_can_put_document_using_command_with_surrogate_pairs(self):
42-
name_with_emojis = "Gracjan \ud83d\ude21\ud83d\ude21\ud83e\udd2c\ud83d\ude00😡😡🤬😀"
42+
name_with_emojis = "Gracjan \\ud83d\\ude21\\ud83d\\ude21\\ud83e\\udd2c\\ud83d\\ude00😡😡🤬😀"
4343

4444
user = User(name=name_with_emojis, age=31)
4545
node = Utils.entity_to_dict(user, self.store.conventions.json_default_method)

0 commit comments

Comments
 (0)