From 539b7aed586cada4993f74419f8dcbfc25224a50 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:33:49 +0200 Subject: [PATCH] Remove double words --- robot/web/stream/state/state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/web/stream/state/state_test.go b/robot/web/stream/state/state_test.go index ed4c5b337b5..6ef6f5c6d08 100644 --- a/robot/web/stream/state/state_test.go +++ b/robot/web/stream/state/state_test.go @@ -690,7 +690,7 @@ func TestStreamState(t *testing.T) { test.That(t, startCount.Load(), test.ShouldEqual, 3) test.That(t, stopCount.Load(), test.ShouldEqual, 3) - t.Log("if while rtp_passthrough is being used the the subscription " + + t.Log("if while rtp_passthrough is being used the subscription " + "terminates & afterwards rtp_passthrough is no longer supported, Start is called") test.That(t, s.Increment(ctx), test.ShouldBeNil) test.That(t, subscribeRTPCount.Load(), test.ShouldEqual, 6)