Skip to content

Commit

Permalink
fix rand denom
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Nov 1, 2023
1 parent f010a55 commit deb170f
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("a"+tmrand.Str(2), sdkmath.NewInt(1)),
},
expectPass: true,
},
Expand Down

0 comments on commit deb170f

Please sign in to comment.