it is a naiive thing
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user