Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeluso committed Oct 22, 2024
1 parent 48499e5 commit e971cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/emissions/migrations/v3/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ func (s *EmissionsV3MigrationTestSuite) TestResetMapsWithNonNumericValues() {
iterator.Close()
s.Require().Len(scores.Scores, 1)

err = v3.ResetMapsWithNonNumericValues(store, cdc)
err = v3.ResetMapsWithNonNumericValues(s.ctx, store, cdc)
s.Require().NoError(err)

// Verify the store has been updated correctly
Expand Down

0 comments on commit e971cd2

Please sign in to comment.