Skip to content

Commit

Permalink
しつこく送ってみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 25, 2024
1 parent 93c2159 commit b50c7e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ def send_message():

time.sleep(1)

connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")
connection.send_data_channel("#spam", b"Hello, world!")

time.sleep(1)
Expand Down

0 comments on commit b50c7e4

Please sign in to comment.