Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Fix expected error message in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 4, 2018
1 parent 5c04d18 commit 8b9d61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/http-test.js
Expand Up @@ -1523,7 +1523,7 @@ describe('test harness', () => {
{
locations: [{ column: 16, line: 1 }],
message:
'Variable "$who" got invalid value ["Dolly","Jonty"]; Expected type String; String cannot represent an array value: [Dolly,Jonty]',
'Variable "$who" got invalid value ["Dolly", "Jonty"]; Expected type String; String cannot represent a non string value: ["Dolly", "Jonty"]',
},
],
});
Expand Down

0 comments on commit 8b9d61b

Please sign in to comment.