Skip to content

Commit 3651ba3

Browse files
committed
Fix checkstyle test violations
1 parent df5898a commit 3651ba3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 the original author or authors.
2+
* Copyright 2020-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
2727
* @author Brian Clozel
2828
*/
2929
@GraphQlTest(BookController.class)
30-
public class GraphQlTestIntegrationTest {
30+
public class GraphQlTestIntegrationTests {
3131

3232
@Autowired
3333
private GraphQlTester graphQlTester;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525

2626
import static org.assertj.core.api.Assertions.assertThat;
2727

28-
class ImportCandidatesTest {
28+
class ImportCandidatesTests {
2929

3030
@Test
3131
void loadReadsFromClasspathFile() {

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@
6262
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
6363
<suppress files="AbstractLaunchScriptIntegrationTests" checks="IllegalImport" />
6464
<suppress files="SpringBootVersion" checks="JavadocPackage" />
65+
<suppress files="WebEndpointTest\.java" checks="SpringTestFileName" />
66+
<suppress files="ConversionServiceTest\.java" checks="SpringTestFileName" />
6567
</suppressions>

0 commit comments

Comments
 (0)