You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/groovy/graphql/validation/rules/ArgumentsOfCorrectTypeTest.groovy
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -335,6 +335,51 @@ class ArgumentsOfCorrectTypeTest extends Specification {
335
335
validationErrors.get(0).message =="Validation error (WrongType@[dog/doesKnowCommand]) : argument 'dogCommand' with value 'EnumValue{name='PRETTY'}' is not a valid 'DogCommand' - Literal value not in allowable values for enum 'DogCommand' - 'EnumValue{name='PRETTY'}'"
0 commit comments