aboutsummaryrefslogtreecommitdiff
path: root/objectstore/packed/read_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/packed/read_test.go')
-rw-r--r--objectstore/packed/read_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/packed/read_test.go b/objectstore/packed/read_test.go
index ef0157da..8cee3b62 100644
--- a/objectstore/packed/read_test.go
+++ b/objectstore/packed/read_test.go
@@ -197,7 +197,7 @@ func findDeltaObjectWithResolvedSizeMismatch(t *testing.T, testRepo *testgit.Tes
}
verifyOut := testRepo.Run(t, "verify-pack", "-v", idxFiles[0])
- for _, line := range strings.Split(strings.TrimSpace(verifyOut), "\n") {
+ for line := range strings.SplitSeq(strings.TrimSpace(verifyOut), "\n") {
fields := strings.Fields(line)
if len(fields) < 7 {
continue