Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Aug 14, 2023
1 parent affda3a commit 70f5f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bridge/keeper/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ func (s *TestSuite) TestInitGenesis() {

// Check that the genesis state was set correctly.
params := k.GetParams(s.ctx)
s.Require().Equal(sdkmath.NewInt(250000000000000), params.BscTransferOutRelayerFee)
s.Require().Equal(sdkmath.NewInt(780000000000000), params.BscTransferOutRelayerFee)
s.Require().Equal(sdkmath.NewInt(0), params.BscTransferOutAckRelayerFee)
}

0 comments on commit 70f5f8c

Please sign in to comment.