it is a naiive thing

main
Bel LaPointe 2023-11-06 05:49:34 -07:00
parent 071935f0f3
commit 38a3df7bda
1 changed files with 1 additions and 1 deletions

View File

@ -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 {