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

Commit b58b448

Browse files
committed
Fix warnings regarding unused variables.
1 parent 6e2ca86 commit b58b448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/graphql/type/introspection_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ defmodule GraphQL.Type.IntrospectionTest do
7676
type: %NonNull{ofType: input_type}
7777
}
7878
},
79-
resolve: fn(data, args, info) ->
79+
resolve: fn(data, _, _) ->
8080
data
8181
end
8282
}

0 commit comments

Comments
 (0)