File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -342,9 +342,6 @@ func TestDirectivesWorksOnInlineFragmentIfFalseOmitsInlineFragment(t *testing.T)
342
342
b
343
343
}
344
344
}
345
- fragment Frag on TestType {
346
- b
347
- }
348
345
`
349
346
expected := & graphql.Result {
350
347
Data : map [string ]interface {}{
@@ -368,9 +365,6 @@ func TestDirectivesWorksOnInlineFragmentIfTrueIncludesInlineFragment(t *testing.
368
365
b
369
366
}
370
367
}
371
- fragment Frag on TestType {
372
- b
373
- }
374
368
`
375
369
expected := & graphql.Result {
376
370
Data : map [string ]interface {}{
@@ -395,9 +389,6 @@ func TestDirectivesWorksOnInlineFragmentUnlessFalseIncludesInlineFragment(t *tes
395
389
b
396
390
}
397
391
}
398
- fragment Frag on TestType {
399
- b
400
- }
401
392
`
402
393
expected := & graphql.Result {
403
394
Data : map [string ]interface {}{
@@ -422,9 +413,6 @@ func TestDirectivesWorksOnInlineFragmentUnlessTrueIncludesInlineFragment(t *test
422
413
b
423
414
}
424
415
}
425
- fragment Frag on TestType {
426
- b
427
- }
428
416
`
429
417
expected := & graphql.Result {
430
418
Data : map [string ]interface {}{
You can’t perform that action at this time.
0 commit comments