Skip to content

Commit

Permalink
存在しないデコレータを削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jun 19, 2023
1 parent bc49423 commit f8d035e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_recvonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def on_disconnect(error_code, message_abc: str):
print(f'on_disconnect: error_code: {error_code}, message: {message_abc}')


# @pytest.mark.timeout(10)
def test_sendonly():
sora = Sora()

Expand Down

0 comments on commit f8d035e

Please sign in to comment.