summaryrefslogtreecommitdiff
path: root/internal/verify/verify_test.go
diff options
context:
space:
mode:
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())
}