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 May 23, 2024
1 parent 30ab81e commit 74f25a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/error_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
Traceback (most recent call last):
...
nava.errors.NavaBaseError: `loop` can not be set True when `async_mode` is False.
>>> import nava
>>> nava.functions.play_cli("test2.wav")
Error: Given sound file doesn't exist.
"""

0 comments on commit 74f25a7

Please sign in to comment.