Skip to content

Commit

Permalink
Revert "chore: fix lint"
Browse files Browse the repository at this point in the history
This reverts commit 8e7af64.
  • Loading branch information
cloudgray committed Nov 6, 2024
1 parent 1ed3b45 commit 89bd996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bank/migrations/v4/gen_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ func TestMigrateGenState(t *testing.T) {
},
}
_ = v4.MigrateGenState(&origState)
assert.Len(t, origState.Params.SendEnabled, 2) // keep for test (linter sometimes fails)
assert.Len(t, origState.Params.SendEnabled, 2) //nolint:staticcheck // keep for test (linter sometimes fails)
})
}

0 comments on commit 89bd996

Please sign in to comment.