mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: remove unnecessary redeclarations in for loops (#18440)
This commit is contained in:
@ -132,7 +132,6 @@ func TestConvertProvisionerJob_Unit(t *testing.T) {
|
||||
},
|
||||
}
|
||||
for _, testCase := range testCases {
|
||||
testCase := testCase
|
||||
t.Run(testCase.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
actual := convertProvisionerJob(database.GetProvisionerJobsByIDsWithQueuePositionRow{
|
||||
|
Reference in New Issue
Block a user