Skip to content

Commit 000eacb

Browse files
committed
Update assertion
1 parent b14c7d4 commit 000eacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/graphql/schema/validator/required_validator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name: "All options hidden",
3737
config: { one_of: [:secret, :secret2] },
3838
cases: [
39-
{ query: "{ validated: multiValidated(a: 1, b: 2) }", result: nil, error_messages: ["multiValidated must include exactly one of the following arguments: a, b."] },
39+
{ query: "{ validated: multiValidated(a: 1, b: 2) }", result: nil, error_messages: ["multiValidated is missing a required argument."] },
4040
],
4141
},
4242
{

0 commit comments

Comments
 (0)