Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
Signed-off-by: Iris Simon <[email protected]>
  • Loading branch information
iwsimon committed Nov 13, 2024
1 parent 0211b80 commit 84f7da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void failedNullNetworkInfo() {
given(migrationContext.activeNetworkInfo()).willReturn(null);
assertThatCode(() -> subject.migrate(migrationContext))
.isInstanceOf(IllegalStateException.class)
.hasMessage("Genesis network info is not found");
.hasMessage("Active network info is not found");
}

private void assertWritableNodes() {
Expand Down

0 comments on commit 84f7da6

Please sign in to comment.