Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Nov 18, 2024
1 parent d8b3393 commit 1d5c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/emitter/decoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ func (suite *DecoderTestSuite) TestDecodeTunnelMsgUpdateParams() {
emitter.DecodeTunnelMsgUpdateParams(msg, detail)
suite.testCompareJson(
detail,
"{\"authority\":\"band1g96hg6r0wf5hg7gqqqqqqqqqqqqqqqqq4rjgsx\",\"params\":{\"min_deposit\":[{\"denom\":\"uband\",\"amount\":\"1000000000\"}],\"min_interval\":1,\"max_signals\":100,\"base_packet_fee\":[{\"denom\":\"uband\",\"amount\":\"10000\"}]}}",
"{\"authority\":\"band1g96hg6r0wf5hg7gqqqqqqqqqqqqqqqqq4rjgsx\",\"params\":{\"min_deposit\":[{\"denom\":\"uband\",\"amount\":\"1000000000\"}],\"min_interval\":60,\"max_interval\":3600,\"min_deviation_bps\":60,\"max_deviation_bps\":3000,\"max_signals\":25,\"base_packet_fee\":[{\"denom\":\"uband\",\"amount\":\"10000\"}]}}",
)
}

Expand Down

0 comments on commit 1d5c8d9

Please sign in to comment.