Skip to content

Commit

Permalink
chore: fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Jun 11, 2024
1 parent de070c2 commit 2328e3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/fswap/types/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ func TestMsgSwapValidate(t *testing.T) {
msg: &fswaptypes.MsgSwap{
FromAddress: address,
FromCoinAmount: sdk.Coin{
"",
sdk.OneInt(),
Denom: "",
Amount: sdk.OneInt(),
},
ToDenom: "kai",
},
Expand All @@ -188,8 +188,8 @@ func TestMsgSwapValidate(t *testing.T) {
msg: &fswaptypes.MsgSwap{
FromAddress: address,
FromCoinAmount: sdk.Coin{
"cony",
sdk.ZeroInt(),
Denom: "cony",
Amount: sdk.ZeroInt(),
},
ToDenom: "kai",
},
Expand Down

0 comments on commit 2328e3f

Please sign in to comment.