We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c5461 commit c18a511Copy full SHA for c18a511
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/PaddedCellTaskTest.java
@@ -124,6 +124,10 @@ public void paddedCellApply() throws IOException {
124
assertFileContent("A", cycle.file); // cycle -> first element in cycle
125
assertFileContent("", converge.file); // converge -> converges
126
assertFileContent("CCC", diverge.file); // diverge -> no change
127
+
128
+ cycle.check.execute();
129
+ converge.check.execute();
130
+ diverge.check.execute();
131
}
132
133
@Test
0 commit comments