Skip to content

Commit

Permalink
try fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Mar 28, 2024
1 parent 0e712ba commit 9c8733b
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)
assert.Len(t, origState.Params.SendEnabled, 2) //nolint: SA1019
})
}

0 comments on commit 9c8733b

Please sign in to comment.