Skip to content

Commit f5dd1df

Browse files
committed
Update test
1 parent da8b66b commit f5dd1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/graphql/dataloader_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,8 @@ def request_all
10191019
res = FiberSchema.execute("mutation { mutation1(argument1: \"abc\") { __typename } mutation2(argument2: \"def\") { __typename } }")
10201020
assert_equal({"mutation1"=>nil, "mutation2"=>nil}, res["data"])
10211021
expected_errors = [
1022-
"FieldTestError @ [\"mutation2\"], Mutation.mutation2 / Mutation.mutation2",
10231022
"FieldTestError @ [\"mutation1\"], Mutation.mutation1 / Mutation.mutation1",
1023+
"FieldTestError @ [\"mutation2\"], Mutation.mutation2 / Mutation.mutation2",
10241024
]
10251025
assert_equal expected_errors, res.context[:errors]
10261026
end

0 commit comments

Comments
 (0)