From 38a3df7bdad850fb3eb87d436232364d29301a42 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 6 Nov 2023 05:49:34 -0700 Subject: [PATCH] it is a naiive thing --- replicator/replicator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replicator/replicator_test.go b/replicator/replicator_test.go index d655408..8cda71d 100644 --- a/replicator/replicator_test.go +++ b/replicator/replicator_test.go @@ -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 {