adjust text so it succeeds on macOS (#7328)

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/7334/head
Sally MacFarlane 4 months ago committed by GitHub
parent 99260fae96
commit d03c5b68c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      acceptance-tests/tests/src/test/java/org/hyperledger/besu/tests/acceptance/LoggingTest.java

@ -33,6 +33,6 @@ public class LoggingTest extends AcceptanceTestBase {
node.verify(net.awaitPeerCount(0));
assertThat(cluster.getConsoleContents()).contains("| INFO |");
assertThat(cluster.getConsoleContents()).contains("INFO");
}
}

Loading…
Cancel
Save