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 May 23, 2024
1 parent 23739f8 commit 671702c
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 @@ -27,7 +27,7 @@
True
>>> nava.params._play_threads_counter == 44
True
>>> nava.functions.play_cli("test.wav")
>>> nava.functions.play_cli(os.path.join("others", "test.wav"))
>>> nava.functions.nava_help()
<BLANKLINE>
A Python library for playing sound everywhere natively and securely.
Expand Down

0 comments on commit 671702c

Please sign in to comment.