Skip to content

Commit

Permalink
Revert "test for device name not being NULL": this doesn't work in th…
Browse files Browse the repository at this point in the history
…e CI pipeline.

This reverts commit 689ab76.
  • Loading branch information
irmen committed Jul 18, 2024
1 parent 689ab76 commit d506f83
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_miniaudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ def dummy_generator():

def test_devices():
devs = miniaudio.Devices()
# devs.get_playbacks()
# devs.get_captures()
assert( not (devs.get_playbacks()[0]["name"].startswith("NULL") ) and
not (devs.get_captures()[0]["name"].startswith("NULL")))
devs.get_playbacks()
devs.get_captures()


# The device stop callback doesn't work consistently,
Expand Down

0 comments on commit d506f83

Please sign in to comment.