Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 3ec6820

Browse files
committed
Upgrade to graphql-tools 5.4 for type definition factory and directive
1 parent f3b0489 commit 3ec6820

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphql-spring-boot-autoconfigure/src/test/java/com/oembedler/moon/graphql/boot/test/graphqlJavaTools/GraphQLToolsDirectiveTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public GraphQLToolsDirectiveTest() {
2525
public void directiveIsLoaded() {
2626
System.setProperty("graphql.tools.schemaLocationPattern", "graphql/schema-directive-test.graphql");
2727
load(BaseConfiguration.class);
28-
SchemaParser schemaParser = getContext().getBean(SchemaParser.class);
29-
assertNotNull(schemaParser);
3028
}
3129

3230
@Configuration

0 commit comments

Comments
 (0)