Skip to content

Commit

Permalink
fix: unit test compile error (#13814)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tinker <[email protected]>
  • Loading branch information
tinker-michaelj authored Jun 12, 2024
1 parent f2d47d2 commit 621c8fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class PreHandleResultManagerTest {
@Mock
private PreHandleResult previousResult;

private NodeInfo creator =
new NodeInfoImpl(0L, AccountID.newBuilder().accountNum(3).build(), 500, "", 50006, "", "");
private NodeInfo creator = new NodeInfoImpl(
0L, AccountID.newBuilder().accountNum(3).build(), 500, "localhost", 50006, "", 60005, "", "", null);

@InjectMocks
private PreHandleResultManager subject;
Expand Down

0 comments on commit 621c8fe

Please sign in to comment.