Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kosegor committed Sep 26, 2023
1 parent 3fed143 commit 5eec041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/metoken/keeper/metoken_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestIndex_AddAndUpdate(t *testing.T) {
addDuplicatedAsset := mocks.StableIndex("me/Test")

egUpdateFailure := mocks.StableIndex(mocks.MeUSDDenom)
egUpdateFailure.Exponent -= 1
egUpdateFailure.Exponent--
egUpdateFailure.Fee.BalancedFee = sdk.MustNewDecFromStr("0.3")
egUpdateFailure.MaxSupply = egUpdateFailure.MaxSupply.Add(sdkmath.NewInt(1000))
egUpdateFailure.AcceptedAssets = append(
Expand Down

0 comments on commit 5eec041

Please sign in to comment.