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