Skip to content

Commit 8f2320d

Browse files
committed
Merge branch '3.0.x'
2 parents bcfb250 + 01e8c42 commit 8f2320d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/graphql/GraphQlTestIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @author Brian Clozel
2828
*/
2929
@GraphQlTest(BookController.class)
30-
class GraphQlTestIntegrationTest {
30+
class GraphQlTestIntegrationTests {
3131

3232
@Autowired
3333
private GraphQlTester graphQlTester;

0 commit comments

Comments
 (0)