Skip to content

Commit

Permalink
fix : tests modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 7, 2024
1 parent 544911f commit 8d26ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/function_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""
>>> import os
>>> import time
>>> os.environ["PYTHONTRACEMALLOC"] = 200
>>> from nava import play, stop, stop_all
>>> play(os.path.join("others", "test.wav"))
>>> sound_id_1 = play(os.path.join("others", "test.wav"), async_mode=True)
Expand Down

0 comments on commit 8d26ca1

Please sign in to comment.