[macOS] remove blackhole 2ch (#9487)

* [macOS] remove blackhole-2ch

* Update System.Tests.ps1
This commit is contained in:
Mikhail Koliada
2024-03-11 20:05:42 +01:00
committed by GitHub
parent e442ffab3a
commit c8b2706126
2 changed files with 0 additions and 14 deletions

View File

@@ -33,10 +33,6 @@ Describe "Audio device" -Skip:($os.IsVentura -or $os.IsSonoma) {
It "SwitchAudioSource is installed" {
"SwitchAudioSource -c" | Should -ReturnZeroExitCode
}
It "Audio channel BlackHole 2ch" {
SwitchAudioSource -c | Should -BeLikeExactly "BlackHole 2ch"
}
}
Describe "Screen Resolution" -Skip:(isVeertu) {