Fix checkstyle test violations
This commit is contained in:
parent
df5898a146
commit
3651ba348d
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2020-2022 the original author or authors.
|
||||
* Copyright 2020-2023 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -27,7 +27,7 @@ import org.springframework.graphql.test.tester.GraphQlTester;
|
|||
* @author Brian Clozel
|
||||
*/
|
||||
@GraphQlTest(BookController.class)
|
||||
public class GraphQlTestIntegrationTest {
|
||||
public class GraphQlTestIntegrationTests {
|
||||
|
||||
@Autowired
|
||||
private GraphQlTester graphQlTester;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2012-2022 the original author or authors.
|
||||
* Copyright 2012-2023 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -25,7 +25,7 @@ import org.junit.jupiter.api.Test;
|
|||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
class ImportCandidatesTest {
|
||||
class ImportCandidatesTests {
|
||||
|
||||
@Test
|
||||
void loadReadsFromClasspathFile() {
|
||||
|
|
@ -62,4 +62,6 @@
|
|||
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
|
||||
<suppress files="AbstractLaunchScriptIntegrationTests" checks="IllegalImport" />
|
||||
<suppress files="SpringBootVersion" checks="JavadocPackage" />
|
||||
<suppress files="WebEndpointTest\.java" checks="SpringTestFileName" />
|
||||
<suppress files="ConversionServiceTest\.java" checks="SpringTestFileName" />
|
||||
</suppressions>
|
||||
|
|
|
|||
Loading…
Reference in New Issue