Skip to content

Commit

Permalink
Fix it again
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Jun 10, 2024
1 parent 64f4803 commit 90c1b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/webrtc/tests/test_stream_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_livestream_track(self, mocker):
fake_msg = messaging.new_message("livestreamDriverEncodeData")

config = {"receive.return_value": fake_msg.to_bytes()}
mocker.patch("msgq.messaging.SubSocket", spec=True, **config)
mocker.patch("msgq.SubSocket", spec=True, **config)
track = LiveStreamVideoStreamTrack("driver")

assert track.id.startswith("driver")
Expand Down

0 comments on commit 90c1b30

Please sign in to comment.