Skip to content

Commit 11b6280

Browse files
committed
Simplified generic resolver test
1 parent 04ac5d5 commit 11b6280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/coxautodev/graphql/tools/GenericResolverSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class QueryResolver implements GraphQLQueryResolver {
3535
class Bar {
3636
}
3737

38-
abstract class FooResolver<T> implements GraphQLResolver<T> {
38+
abstract class FooResolver<T> {
3939
String getValue(T foo) {
4040
return "value"
4141
}

0 commit comments

Comments
 (0)