Skip to content

Commit 3685b13

Browse files
committed
Adapt test_subscribe
1 parent 00975be commit 3685b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/execution/test_subscribe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ async def resolves_to_an_error_if_variables_were_wrong_type():
457457
],
458458
)
459459

460-
assert result.errors[0].original_error is None # type: ignore
460+
assert result.errors[0].original_error
461461

462462

463463
# Once a subscription returns a valid AsyncIterator, it can still yield errors.

0 commit comments

Comments
 (0)