Skip to content

Commit ec61ac6

Browse files
JAVA-3738 spotless
1 parent 3de0786 commit ec61ac6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

gradle-plugin/src/test/java/com/contrastsecurity/gradle/plugin/InstallAgentTests.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
import org.gradle.testfixtures.ProjectBuilder;
1313
import org.junit.jupiter.api.Test;
1414

15-
/**
16-
* Unit tests for verifying logic in {@link InstallAgentTask} works properly
17-
*/
15+
/** Unit tests for verifying logic in {@link InstallAgentTask} works properly */
1816
public class InstallAgentTests {
1917

2018
@Test

gradle-plugin/src/test/java/com/contrastsecurity/gradle/plugin/e2e/EndToEndTests.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ void verify_attaches_agent_to_tests() throws IOException {
6060
assertEquals(buildTask.getOutcome(), TaskOutcome.SUCCESS);
6161
});
6262

63-
for (final String arg : AGENT_ARGS) {
64-
assertTrue(result.getOutput().contains(arg));
65-
}
63+
for (final String arg : AGENT_ARGS) {
64+
assertTrue(result.getOutput().contains(arg));
65+
}
6666
}
6767

6868
private static String writeContrastBuildFile() {

0 commit comments

Comments
 (0)