Skip to content

Commit

Permalink
fix : minor bug in tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Mar 26, 2024
1 parent ab707e4 commit 2b79ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/error_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Traceback (most recent call last):
...
nava.errors.NavaBaseError: Given sound id doesn't exist.
>>> nava.play(os.path.join("others", "test.wav"), async_mode=False, loop=True)
>>> play(os.path.join("others", "test.wav"), async_mode=False, loop=True)
Traceback (most recent call last):
...
nava.errors.NavaBaseError: The loop option can only be used in async mode.
Expand Down

0 comments on commit 2b79ec5

Please sign in to comment.