diff --git a/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/graphql/GraphQlTestIntegrationTests.java b/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/graphql/GraphQlTestIntegrationTests.java index 892438c0fb..baf865d925 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/graphql/GraphQlTestIntegrationTests.java +++ b/spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/graphql/GraphQlTestIntegrationTests.java @@ -27,7 +27,7 @@ import org.springframework.graphql.test.tester.GraphQlTester; * @author Brian Clozel */ @GraphQlTest(BookController.class) -class GraphQlTestIntegrationTest { +class GraphQlTestIntegrationTests { @Autowired private GraphQlTester graphQlTester;