mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
Update higher.Tests.ps1
add tests for showvbanchat and lock to higher tests.
This commit is contained in:
parent
29c53da38c
commit
4ac81bcc62
@ -900,4 +900,26 @@ Describe -Tag 'higher', -TestName 'All Alias Tests' {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Describe 'Special Commands Test' {
|
||||
Context 'command.showvbanchat' {
|
||||
It 'Should set showvbanchat to 1' {
|
||||
$vmr.command.showvbanchat = $true
|
||||
}
|
||||
|
||||
It 'Should set showvbanchat to 0' {
|
||||
$vmr.command.showvbanchat = $false
|
||||
}
|
||||
}
|
||||
|
||||
Context 'command.lock' {
|
||||
It 'Should set command.lock to 1' {
|
||||
$vmr.command.lock = $true
|
||||
}
|
||||
|
||||
It 'Should set command.lock to 0' {
|
||||
$vmr.command.lock = $false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user