it is a naiive thing
parent
071935f0f3
commit
38a3df7bda
|
|
@ -61,7 +61,7 @@ func TestReplicatorStream(t *testing.T) {
|
||||||
go func(t *testing.T) {
|
go func(t *testing.T) {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
if err := replicator.Stream(ctx); err != nil && !errors.Is(err, ctx.Err()) {
|
if err := replicator.Stream(ctx); err != nil && !errors.Is(err, ctx.Err()) {
|
||||||
t.Fatal(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
}(t)
|
}(t)
|
||||||
if c.during != nil {
|
if c.during != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue