Skip to content

Commit 9ce78e3

Browse files
committed
Remove utf-8 characters
1 parent 5600039 commit 9ce78e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graphene/utils/tests/test_deduplicator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ def test_does_not_modify_input():
169169
'1198359': {
170170
'name': 'King Arthur: Legend of the Sword',
171171
'synopsis': (
172-
"When the child Arthurs father is murdered, Vortigern, "
173-
"Arthurs uncle, seizes the crown. Robbed of his birthright and "
172+
"When the child Arthur's father is murdered, Vortigern, "
173+
"Arthur's uncle, seizes the crown. Robbed of his birthright and "
174174
"with no idea who he truly is..."
175175
),
176176
},
@@ -238,8 +238,8 @@ def resolve_events(_, info):
238238
'id': 'TW92aWU6Tm9uZQ==',
239239
'name': 'King Arthur: Legend of the Sword',
240240
'synopsis': (
241-
"When the child Arthurs father is murdered, Vortigern, "
242-
"Arthurs uncle, seizes the crown. Robbed of his birthright and "
241+
"When the child Arthur's father is murdered, Vortigern, "
242+
"Arthur's uncle, seizes the crown. Robbed of his birthright and "
243243
"with no idea who he truly is..."
244244
),
245245
},

0 commit comments

Comments
 (0)