Skip to content

Commit

Permalink
Remove unused fragment in queries in unit tests
Browse files Browse the repository at this point in the history
Commit:
cbded829525a68b9e0dab61621992cbf01348981 [cbded82]
Parents:
dd02973028
Author:
Zhaojun Zhang <zhaojun@coursera.org>
Date:
26 April 2016 at 2:04:47 AM SGT
Committer:
Lee Byron <lee@leebyron.com>
  • Loading branch information
sogko authored and chris-ramon committed Mar 15, 2017
1 parent 7074425 commit 019bce8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions directives_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ func TestDirectivesWorksOnInlineFragmentIfFalseOmitsInlineFragment(t *testing.T)
b
}
}
fragment Frag on TestType {
b
}
`
expected := &graphql.Result{
Data: map[string]interface{}{
Expand All @@ -368,9 +365,6 @@ func TestDirectivesWorksOnInlineFragmentIfTrueIncludesInlineFragment(t *testing.
b
}
}
fragment Frag on TestType {
b
}
`
expected := &graphql.Result{
Data: map[string]interface{}{
Expand All @@ -395,9 +389,6 @@ func TestDirectivesWorksOnInlineFragmentUnlessFalseIncludesInlineFragment(t *tes
b
}
}
fragment Frag on TestType {
b
}
`
expected := &graphql.Result{
Data: map[string]interface{}{
Expand All @@ -422,9 +413,6 @@ func TestDirectivesWorksOnInlineFragmentUnlessTrueIncludesInlineFragment(t *test
b
}
}
fragment Frag on TestType {
b
}
`
expected := &graphql.Result{
Data: map[string]interface{}{
Expand Down

0 comments on commit 019bce8

Please sign in to comment.