Skip to content

Commit

Permalink
test: fix rand denom (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
fx0x55 committed Nov 2, 2023
1 parent 830e5e7 commit d7b1a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/types/msg_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ func TestMsgIncreaseBridgeFee_ValidateBasic(t *testing.T) {
ChainName: moduleName,
Sender: normalFxAddress,
TransactionId: 1,
AddBridgeFee: sdk.NewCoin(tmrand.Str(2), sdkmath.NewInt(1)),
AddBridgeFee: sdk.NewCoin(helpers.NewRandDenom(), sdkmath.NewInt(1)),
},
expectPass: true,
},
Expand Down

0 comments on commit d7b1a5a

Please sign in to comment.