Skip to content

Commit

Permalink
fix : minor bug in function_test.py fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 10, 2024
1 parent 582451a commit b42e6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/function_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
... sound_id = nava.play(os.path.join("others", "test.wav"), async_mode=True)
... time.sleep(0.2)
>>> nava.stop_all()
>>> len(nava._play_threads_map) == 43
>>> len(nava.params._play_threads_map) == 43
True
>>> nava._play_threads_counter == 43
>>> nava.params._play_threads_counter == 43
True
>>> nava.functions.nava_help()
<BLANKLINE>
Expand Down

0 comments on commit b42e6cb

Please sign in to comment.