Fix lint issues from golangci-lint 1.58.1

This commit is contained in:
Joshua Casey
2024-05-10 15:15:59 -05:00
parent 791b785dea
commit f43b6f04dc
4 changed files with 6 additions and 14 deletions
-1
View File
@@ -35,7 +35,6 @@ func TestGenerateOTPCode(t *testing.T) {
}
for _, test := range tests {
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()