Update Pester Unit test for Get-Alias
This commit is contained in:
parent
c0f3fea44b
commit
97b96dda9e
@ -140,7 +140,7 @@ Describe "Get-Alias DRT Unit Tests" -Tags DRT{
|
||||
}
|
||||
It "Get-Alias Expose Bug 1065828, BugId:905235"{
|
||||
try {
|
||||
Get-Alias -Name "ABCD" -Scope "1"
|
||||
Get-Alias -Name "ABCD" -Scope "100"
|
||||
Throw "Execution OK"
|
||||
}
|
||||
catch {
|
||||
|
Loading…
Reference in New Issue
Block a user