File tree 2 files changed +4
-6
lines changed
gradle-plugin/src/test/java/com/contrastsecurity/gradle/plugin
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
import org .gradle .testfixtures .ProjectBuilder ;
13
13
import org .junit .jupiter .api .Test ;
14
14
15
- /**
16
- * Unit tests for verifying logic in {@link InstallAgentTask} works properly
17
- */
15
+ /** Unit tests for verifying logic in {@link InstallAgentTask} works properly */
18
16
public class InstallAgentTests {
19
17
20
18
@ Test
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ void verify_attaches_agent_to_tests() throws IOException {
60
60
assertEquals (buildTask .getOutcome (), TaskOutcome .SUCCESS );
61
61
});
62
62
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
+ }
66
66
}
67
67
68
68
private static String writeContrastBuildFile () {
You can’t perform that action at this time.
0 commit comments