From 72f3db959ce1821d0115ca03818093bbf5ccf787 Mon Sep 17 00:00:00 2001 From: voluntas Date: Sun, 20 Oct 2024 21:38:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=82=B1=E3=83=83=E3=83=88=E3=82=92?= =?UTF-8?q?=E5=B0=91=E3=81=97=E9=80=81=E3=81=A3=E3=81=A6=E3=81=97=E3=81=BE?= =?UTF-8?q?=E3=81=86=E3=81=93=E3=81=A8=E3=81=8C=E3=81=82=E3=82=8B=E3=82=89?= =?UTF-8?q?=E3=81=97=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_spotlight.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_spotlight.py b/tests/test_spotlight.py index 3ca670e..0fd6e8d 100644 --- a/tests/test_spotlight.py +++ b/tests/test_spotlight.py @@ -103,5 +103,4 @@ def test_spotlight_simulcast(setup, video_codec_type, expected_implementation): assert rtp_stat["bytesSent"] > 0 assert rtp_stat["packetsSent"] > 0 else: - assert rtp_stat["bytesSent"] == 0 - assert rtp_stat["packetsSent"] == 0 + assert rtp_stat["framesSent"] == 0