Skip to content

Commit

Permalink
Added device list test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Apr 11, 2024
1 parent 9ef8ec7 commit 5426306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/SwiftAudioExTests/AudioPlayerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ class AudioPlayerTests: XCTestCase {
// MARK: - Device Tests

func testAudioDeviceListing() {
// I know this test kind of stinks. Devices will vary on every system,
// and i can't really test device output in CI. :/
let list = audioPlayer.localDevices
print(list)
}
Expand Down

0 comments on commit 5426306

Please sign in to comment.