diff --git a/x/mint/types/inflations_test.go b/x/mint/types/inflations_test.go index 32a4c6ca04..1375f7b79a 100644 --- a/x/mint/types/inflations_test.go +++ b/x/mint/types/inflations_test.go @@ -243,9 +243,6 @@ func TestHandleMunicipalInflation(t *testing.T) { // TEST SUBJECT: Calling production code for as many times as there is number of blocks in a year for i := 0; i < int(params.BlocksPerYear); i++ { - minter := keeper.GetMinter(ctx) - params := keeper.GetParams(ctx) - mint.HandleMunicipalInflation(&minter, ¶ms, &ctx, &keeper) } // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^