Skip to content

Commit 58a5808

Browse files
committed
Fixed the test
Signed-off-by: Michael Heinrichs <[email protected]>
1 parent 9ff97ac commit 58a5808

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform-sdk/consensus-otter-tests/src/test/java/org/hiero/otter/test/BirthRoundMigrationTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
22
package org.hiero.otter.test;
33

4+
import static org.apache.logging.log4j.Level.WARN;
45
import static org.assertj.core.data.Percentage.withPercentage;
56
import static org.hiero.otter.fixtures.OtterAssertions.assertThat;
67
import static org.hiero.otter.fixtures.turtle.TurtleNodeConfiguration.SOFTWARE_VERSION;
@@ -12,6 +13,7 @@
1213
import org.hiero.otter.fixtures.OtterTest;
1314
import org.hiero.otter.fixtures.TestEnvironment;
1415
import org.hiero.otter.fixtures.TimeManager;
16+
import org.hiero.otter.fixtures.Validator.LogFilter;
1517

1618
class BirthRoundMigrationTest {
1719

@@ -65,7 +67,7 @@ void testBirthRoundMigration(TestEnvironment env) throws InterruptedException {
6567
// Validations
6668
env.validator()
6769
.assertPlatformStatus()
68-
// .assertLogs()
70+
.assertLogs(LogFilter.maxLogLevel(WARN))
6971
.assertMetrics();
7072

7173
assertThat(network.getConsensusResult())

0 commit comments

Comments
 (0)