diff options
Diffstat (limited to 'services/repository/adopt_test.go')
-rw-r--r-- | services/repository/adopt_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/repository/adopt_test.go b/services/repository/adopt_test.go index 6e1dc417b3..86f586c748 100644 --- a/services/repository/adopt_test.go +++ b/services/repository/adopt_test.go @@ -29,7 +29,7 @@ func TestCheckUnadoptedRepositories_Add(t *testing.T) { } total := 30 - for i := 0; i < total; i++ { + for range total { unadopted.add("something") } |