Skip to content

Commit

Permalink
繋いで。。。
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Sep 14, 2024
1 parent 9fe97ee commit ab01a20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/tests/test_signaling_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ def test_signaling_message(setup):
video=True,
metadata=metadata,
)
sendonly.connect(fake_audio=True)

time.sleep(5)

assert sendonly.connect_message() is not None
assert sendonly.offer_message() is not None
assert sendonly.answer_message() is not None
assert sendonly.connect_message is not None
assert sendonly.offer_message is not None
assert sendonly.answer_message is not None

sendonly.disconnect()

0 comments on commit ab01a20

Please sign in to comment.