Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Nov 22, 2023
1 parent 3e7d3f2 commit 135ce21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/amm/keeper/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func TestGetParams(t *testing.T) {
k, ctx := testkeeper.AmmKeeper(t)
k, ctx, _, _ := testkeeper.AmmKeeper(t)
params := types.DefaultParams()

k.SetParams(ctx, params)
Expand Down
2 changes: 1 addition & 1 deletion x/amm/keeper/query_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func TestParamsQuery(t *testing.T) {
keeper, ctx := testkeeper.AmmKeeper(t)
keeper, ctx, _, _ := testkeeper.AmmKeeper(t)
wctx := sdk.WrapSDKContext(ctx)
params := types.DefaultParams()
keeper.SetParams(ctx, params)
Expand Down

0 comments on commit 135ce21

Please sign in to comment.