Skip to content

Commit 9052403

Browse files
authored
chore(tests): Fix spelling of _source (#474)
1 parent 40f07cf commit 9052403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/starwars/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"provided, returns the hero of that particular episode.",
177177
)
178178
},
179-
resolve=lambda _souce, _info, episode=None: get_hero_async(episode),
179+
resolve=lambda _source, _info, episode=None: get_hero_async(episode),
180180
),
181181
"human": GraphQLField(
182182
human_type,
@@ -186,7 +186,7 @@
186186
type_=GraphQLNonNull(GraphQLString),
187187
)
188188
},
189-
resolve=lambda _souce, _info, id: get_human(id),
189+
resolve=lambda _source, _info, id: get_human(id),
190190
),
191191
"droid": GraphQLField(
192192
droid_type,

0 commit comments

Comments
 (0)