Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Fix warnings regarding unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanabrahams committed Jun 10, 2016
1 parent 6e2ca86 commit b58b448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphql/type/introspection_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule GraphQL.Type.IntrospectionTest do
type: %NonNull{ofType: input_type}
}
},
resolve: fn(data, args, info) ->
resolve: fn(data, _, _) ->
data
end
}
Expand Down

0 comments on commit b58b448

Please sign in to comment.