Skip to content

Commit 6c893e7

Browse files
committed
lint:unparam in test
1 parent b0454e7 commit 6c893e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

writers/streamingbatchwriter/streamingbatchwriter_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ func getRecord(sc *arrow.Schema, rows int) arrow.Record {
597597
return builder.NewRecord()
598598
}
599599

600+
// nolint:unparam
600601
func requireErrorCount(t *testing.T, expected int, errCh chan error) {
601602
t.Helper()
602603
select {

0 commit comments

Comments
 (0)