Skip to content

Commit

Permalink
adjust text so it succeeds on macOS (hyperledger#7328)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Jul 17, 2024
1 parent 99260fa commit d03c5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public void testDefaultLoggingIsAtLeastInfo() throws IOException {

node.verify(net.awaitPeerCount(0));

assertThat(cluster.getConsoleContents()).contains("| INFO |");
assertThat(cluster.getConsoleContents()).contains("INFO");
}
}

0 comments on commit d03c5b6

Please sign in to comment.