Skip to content

Commit

Permalink
fix : tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 7, 2024
1 parent f6f5c3c commit 291ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/function_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
True
>>> stop(1001)
>>> stop_all()
>>> for i in range(50):
>>> for i in range(40):
... sound_id = play(os.path.join("others", "test.wav"), async_mode=True)
... time.sleep(0.5)
... stop(sound_id)
Expand Down

0 comments on commit 291ca36

Please sign in to comment.