summaryrefslogtreecommitdiff
path: root/internal/verify/verify_test.go
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 12:40:47 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 12:40:47 +0200
commit347b20fc91505584bc9efbeca89590a411b95e79 (patch)
tree9dfc600e957c4a881115f8bc8a9cc107a4f0cc9c /internal/verify/verify_test.go
parent9c4985368aee638d982f30ea7bc5c7ee71ae3ab3 (diff)
All: Run modernize --test --fix
Diffstat (limited to 'internal/verify/verify_test.go')
-rw-r--r--internal/verify/verify_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/verify/verify_test.go b/internal/verify/verify_test.go
index aa373d1..0d91c42 100644
--- a/internal/verify/verify_test.go
+++ b/internal/verify/verify_test.go
@@ -20,7 +20,7 @@ func Test_verifyWithKeys(t *testing.T) {
// Get last line (key string) from file
scanner := bufio.NewScanner(file)
- for i := 0; i < 2; i++ {
+ for range 2 {
if !scanner.Scan() {
panic(scanner.Err())
}