File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
platform-sdk/consensus-otter-tests/src/test/java/org/hiero/otter/test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: Apache-2.0
2
2
package org .hiero .otter .test ;
3
3
4
+ import static org .apache .logging .log4j .Level .WARN ;
4
5
import static org .assertj .core .data .Percentage .withPercentage ;
5
6
import static org .hiero .otter .fixtures .OtterAssertions .assertThat ;
6
7
import static org .hiero .otter .fixtures .turtle .TurtleNodeConfiguration .SOFTWARE_VERSION ;
12
13
import org .hiero .otter .fixtures .OtterTest ;
13
14
import org .hiero .otter .fixtures .TestEnvironment ;
14
15
import org .hiero .otter .fixtures .TimeManager ;
16
+ import org .hiero .otter .fixtures .Validator .LogFilter ;
15
17
16
18
class BirthRoundMigrationTest {
17
19
@@ -65,7 +67,7 @@ void testBirthRoundMigration(TestEnvironment env) throws InterruptedException {
65
67
// Validations
66
68
env .validator ()
67
69
.assertPlatformStatus ()
68
- // .assertLogs()
70
+ .assertLogs (LogFilter . maxLogLevel ( WARN ) )
69
71
.assertMetrics ();
70
72
71
73
assertThat (network .getConsensusResult ())
You can’t perform that action at this time.
0 commit comments