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)