From ea3a62002472ce27c83bcc71c8364591be4e5b72 Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Wed, 10 Aug 2022 14:07:55 +0800 Subject: [PATCH] delete minor unreachable code caused by t.Fatal Signed-off-by: Abirdcfly --- pkg/node/sfu/sfu_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/node/sfu/sfu_test.go b/pkg/node/sfu/sfu_test.go index bc88e7ece..9095a11d1 100644 --- a/pkg/node/sfu/sfu_test.go +++ b/pkg/node/sfu/sfu_test.go @@ -125,7 +125,6 @@ func TestStart(t *testing.T) { reply, err := stream.Recv() if err != nil { t.Fatalf("Signal: err %s", err) - break } log.Debugf("\nReply: reply %v\n", reply)