Skip to content

Commit

Permalink
Revert "test: fix rand denom (#121)"
Browse files Browse the repository at this point in the history
This reverts commit d7b1a5a.
  • Loading branch information
zakir-code committed Nov 7, 2023
1 parent e880dc9 commit b4bbb34
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(helpers.NewRandDenom(), sdkmath.NewInt(1)),
AddBridgeFee: sdk.NewCoin(tmrand.Str(2), sdkmath.NewInt(1)),
},
expectPass: true,
},
Expand Down

0 comments on commit b4bbb34

Please sign in to comment.