Skip to content

Commit

Permalink
Dropping unnecessary instantiation in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbukva committed Aug 11, 2023
1 parent a9a046f commit 65d8f3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/mint/types/inflations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, &params, &ctx, &keeper)
}
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 65d8f3c

Please sign in to comment.