Skip to content

Commit

Permalink
[FLINK-29846] Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Dec 11, 2022
1 parent ed0f15c commit 15edd04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public class ITCaseRules {
.doNotHaveModifier(ABSTRACT)
.should()
.haveSimpleNameEndingWith("ITCase"))
// FALSE by default since 0.23.0 however not every module has inheritors of AbstractTestBase
// FALSE by default since 0.23.0 however not every module has inheritors of
// AbstractTestBase
.allowEmptyShould(true)
.as(
"Tests inheriting from AbstractTestBase should have name ending with ITCase");
Expand Down

0 comments on commit 15edd04

Please sign in to comment.