Polish away public modifier on tests

This commit is contained in:
Moritz Halbritter
2022-12-16 16:08:44 +01:00
parent 1754018a7b
commit 08659baeba
9 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ import org.springframework.graphql.test.tester.GraphQlTester;
* @author Brian Clozel
*/
@GraphQlTest(BookController.class)
public class GraphQlTestIntegrationTest {
class GraphQlTestIntegrationTest {
@Autowired
private GraphQlTester graphQlTester;