Update queue_test.go

This commit is contained in:
oxBoni 2025-11-29 01:22:07 +01:00 committed by GitHub
parent 5d51208334
commit 3db312d8d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,9 +272,6 @@ func XTestDelivery(t *testing.T) {
world.receipts = rec
world.chain = blo
world.progress(10)
if false {
log.SetDefault(log.NewLogger(slog.NewTextHandler(os.Stdout, nil)))
}
q := newQueue(10, 10)
var wg sync.WaitGroup
q.Prepare(1, SnapSync)