Skip to content

Commit

Permalink
chore: Fix for golangci-linters
Browse files Browse the repository at this point in the history
  • Loading branch information
rainkwan committed Feb 13, 2025
1 parent 505579d commit 8c09bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/timetesting/int64_between_knownvalue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func TestInt64Between_CheckValue(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 8c09bed

Please sign in to comment.