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 Feb 7, 2024
1 parent 8d26ca1 commit 8d73613
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 @@ -2,7 +2,7 @@
"""
>>> import os
>>> import time
>>> os.environ["PYTHONTRACEMALLOC"] = 200
>>> 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 8d73613

Please sign in to comment.