Skip to content

Commit 251a82c

Browse files
adding logs
1 parent 26d170b commit 251a82c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/cloudbees/jenkins/support/CheckFilterTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ public class CheckFilterTest {
8080
@After
8181
public void after() throws InterruptedException, ExecutionException, IOException {
8282
LOGGER.info("Attempting to remove all logs : " + j.getInstance().getNodes());
83-
System.err.println("Attempting to remove all logs STERR " + j.getInstance().getNodes());
83+
System.err.println(
84+
"Attempting to remove all logs STERR " + j.getInstance().getNodes());
8485
j.getInstance().getNodes().forEach(node -> {
8586
try {
8687
System.err.println("Removed node " + node.getNodeName());

0 commit comments

Comments
 (0)