Skip to content

Commit

Permalink
Fix unrelated test that has been failing for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbal committed Jun 22, 2019
1 parent 9576912 commit ed2e619
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 47 deletions.
63 changes: 18 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"eslint": "5.15.1",
"graphql": "14.1.1",
"graphql": "14.3.1",
"graphql-tools": "4.0.4",
"mocha": "5.2.0",
"test-all-versions": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/validationRules/built-in.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const validatorCases = {
errors: [
{
message:
'Field "sum" argument "b" of type "Int!" is required but not provided.',
'Field "sum" argument "b" of type "Int!" is required, but it was not provided.',
type: "TaggedTemplateExpression"
}
]
Expand Down

0 comments on commit ed2e619

Please sign in to comment.