Skip to content

Commit

Permalink
fix : error_test.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 10, 2024
1 parent 61b3cc3 commit ca7350b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/error_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
Traceback (most recent call last):
...
nava.errors.NavaBaseError: `loop` can not be set True when `async_mode` is False.
>>> play(os.path.join("others", "test.wav"), async_mode=True, loop=True, engine=2)
Traceback (most recent call last):
...
nava.errors.NavaBaseError: `engine` type must be `Engine` enum.
>>> import nava
>>> nava.functions.play_cli("test2.wav")
Error: Given sound file doesn't exist.
Expand Down

0 comments on commit ca7350b

Please sign in to comment.