Skip to content

Commit

Permalink
fix: milestone test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed May 23, 2024
1 parent db3803f commit 4c4ff5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkpoint/handler_milestone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ func (suite *HandlerTestSuite) SendMilestone(header hmTypes.Milestone) (res sdk.

// keeper := app.MilestoneKeeper

borChainId := "1234"
milestoneID := "00000"
borChainId := header.BorChainID
milestoneID := header.MilestoneID
// create milestone msg
msgMilestone := types.NewMsgMilestoneBlock(
header.Proposer,
Expand Down

0 comments on commit 4c4ff5e

Please sign in to comment.