@@ -168,7 +168,7 @@ describe('Validate: Provided required arguments', () => {
168
168
` ) . toDeepEqual ( [
169
169
{
170
170
message :
171
- 'Argument ComplicatedArgs.multipleReqs(req1:) of type " Int!" is required, but it was not provided.' ,
171
+ 'Argument ComplicatedArgs.multipleReqs(req1:) of type Int! is required, but it was not provided.' ,
172
172
locations : [ { line : 4 , column : 13 } ] ,
173
173
} ,
174
174
] ) ;
@@ -184,12 +184,12 @@ describe('Validate: Provided required arguments', () => {
184
184
` ) . toDeepEqual ( [
185
185
{
186
186
message :
187
- 'Argument ComplicatedArgs.multipleReqs(req1:) of type " Int!" is required, but it was not provided.' ,
187
+ 'Argument ComplicatedArgs.multipleReqs(req1:) of type Int! is required, but it was not provided.' ,
188
188
locations : [ { line : 4 , column : 13 } ] ,
189
189
} ,
190
190
{
191
191
message :
192
- 'Argument ComplicatedArgs.multipleReqs(req2:) of type " Int!" is required, but it was not provided.' ,
192
+ 'Argument ComplicatedArgs.multipleReqs(req2:) of type Int! is required, but it was not provided.' ,
193
193
locations : [ { line : 4 , column : 13 } ] ,
194
194
} ,
195
195
] ) ;
@@ -205,7 +205,7 @@ describe('Validate: Provided required arguments', () => {
205
205
` ) . toDeepEqual ( [
206
206
{
207
207
message :
208
- 'Argument ComplicatedArgs.multipleReqs(req2:) of type " Int!" is required, but it was not provided.' ,
208
+ 'Argument ComplicatedArgs.multipleReqs(req2:) of type Int! is required, but it was not provided.' ,
209
209
locations : [ { line : 4 , column : 13 } ] ,
210
210
} ,
211
211
] ) ;
@@ -244,12 +244,12 @@ describe('Validate: Provided required arguments', () => {
244
244
` ) . toDeepEqual ( [
245
245
{
246
246
message :
247
- 'Argument @include(if:) of type " Boolean!" is required, but it was not provided.' ,
247
+ 'Argument @include(if:) of type Boolean! is required, but it was not provided.' ,
248
248
locations : [ { line : 3 , column : 15 } ] ,
249
249
} ,
250
250
{
251
251
message :
252
- 'Argument @skip(if:) of type " Boolean!" is required, but it was not provided.' ,
252
+ 'Argument @skip(if:) of type Boolean! is required, but it was not provided.' ,
253
253
locations : [ { line : 4 , column : 18 } ] ,
254
254
} ,
255
255
] ) ;
@@ -277,7 +277,7 @@ describe('Validate: Provided required arguments', () => {
277
277
` ) . toDeepEqual ( [
278
278
{
279
279
message :
280
- 'Argument @test(arg:) of type " String!" is required, but it was not provided.' ,
280
+ 'Argument @test(arg:) of type String! is required, but it was not provided.' ,
281
281
locations : [ { line : 3 , column : 23 } ] ,
282
282
} ,
283
283
] ) ;
@@ -291,7 +291,7 @@ describe('Validate: Provided required arguments', () => {
291
291
` ) . toDeepEqual ( [
292
292
{
293
293
message :
294
- 'Argument @include(if:) of type " Boolean!" is required, but it was not provided.' ,
294
+ 'Argument @include(if:) of type Boolean! is required, but it was not provided.' ,
295
295
locations : [ { line : 3 , column : 23 } ] ,
296
296
} ,
297
297
] ) ;
@@ -306,7 +306,7 @@ describe('Validate: Provided required arguments', () => {
306
306
` ) . toDeepEqual ( [
307
307
{
308
308
message :
309
- 'Argument @deprecated(reason:) of type " String!" is required, but it was not provided.' ,
309
+ 'Argument @deprecated(reason:) of type String! is required, but it was not provided.' ,
310
310
locations : [ { line : 3 , column : 23 } ] ,
311
311
} ,
312
312
] ) ;
@@ -328,7 +328,7 @@ describe('Validate: Provided required arguments', () => {
328
328
) . toDeepEqual ( [
329
329
{
330
330
message :
331
- 'Argument @test(arg:) of type " String!" is required, but it was not provided.' ,
331
+ 'Argument @test(arg:) of type String! is required, but it was not provided.' ,
332
332
locations : [ { line : 4 , column : 30 } ] ,
333
333
} ,
334
334
] ) ;
@@ -350,7 +350,7 @@ describe('Validate: Provided required arguments', () => {
350
350
) . toDeepEqual ( [
351
351
{
352
352
message :
353
- 'Argument @test(arg:) of type " String!" is required, but it was not provided.' ,
353
+ 'Argument @test(arg:) of type String! is required, but it was not provided.' ,
354
354
locations : [ { line : 2 , column : 29 } ] ,
355
355
} ,
356
356
] ) ;
0 commit comments