Skip to content

Commit 40c3d77

Browse files
authored
Small test optimizations (#1414)
* small test optimizations * Checkstyle rule adjustments for tests
1 parent c5a0c98 commit 40c3d77

File tree

6 files changed

+305
-337
lines changed

6 files changed

+305
-337
lines changed

service/checkstyle/suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
<suppressions>
88
<suppress files=".*\.java" checks="HideUtilityClassConstructorCheck"/>
9+
<suppress files=".*Test\.java" checks="MethodLength"/>
910
</suppressions>

0 commit comments

Comments
 (0)