Skip to content

Commit

Permalink
Add broken test example
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
StevenACoffman committed Jun 20, 2024
1 parent 7c8bc50 commit b4df62d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graphql/bool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ func doBooleanMarshal(b bool) string {
MarshalBoolean(b).MarshalGQL(&buf)
return buf.String()
}

func TestFoo(t *testing.T) {
t.FailNow()
}

0 comments on commit b4df62d

Please sign in to comment.