CI: Run gofmt on Linting action (#110159)
* CI: Run gofmt on Linting action * Chore: Run gofmt on all packages
This commit is contained in:
@@ -524,7 +524,7 @@ func runTestIntegrationBackendListModifiedSince(t *testing.T, backend resource.S
|
||||
require.GreaterOrEqual(t, latestRv, rvDeleted)
|
||||
|
||||
counter := 0
|
||||
for _, _ = range seq {
|
||||
for range seq {
|
||||
counter++
|
||||
}
|
||||
require.Equal(t, 0, counter) // no events should be returned
|
||||
|
||||
Reference in New Issue
Block a user