diff --git a/db_test.go b/db_test.go index 9b03f2f..79a8de8 100644 --- a/db_test.go +++ b/db_test.go @@ -1122,7 +1122,7 @@ func TestDB_Batch(t *testing.T) { // Iterate over multiple updates in separate goroutines. n := 2 - ch := make(chan error) + ch := make(chan error, n) for i := 0; i < n; i++ { go func(i int) { ch <- db.Batch(func(tx *bolt.Tx) error {