Skip to content

Commit

Permalink
パケットを少し送ってしまうことがあるらしい
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 20, 2024
1 parent 5996a0e commit 72f3db9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_spotlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72f3db9

Please # to comment.