Skip to content

Commit 4ece75b

Browse files
fixup! Fixes on the batcher
Signed-off-by: Alexandros Filios <[email protected]>
1 parent a45e904 commit 4ece75b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/runner/batch_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func newBatchRunner() (BatchRunner[int], map[string]string, *uint32) {
5757
errs[i] = errors.Errorf("error_%d", v)
5858
}
5959
}
60+
fmt.Printf("errors: %v\n\n", errs)
6061
return errs
6162
}, 100, 10*time.Millisecond)
6263
return runner, m, &locksObtained

0 commit comments

Comments
 (0)