Skip to content

Commit

Permalink
fix : error_test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jan 16, 2024
1 parent 024e7c5 commit d63fa9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/error_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
>>> from nava import play
>>> from nava import play, stop
>>> play("test.wav")
Traceback (most recent call last):
...
Expand All @@ -9,4 +9,8 @@
Traceback (most recent call last):
...
nava.errors.NavaBaseError: Sound file's path should be a string.
>>> stop(222222)
Traceback (most recent call last):
...
nava.errors.NavaBaseError: Given sound id doesn't exist.
"""

0 comments on commit d63fa9a

Please sign in to comment.