Update Pester Unit test for Get-Alias

This commit is contained in:
JumpingYang001 2016-03-31 20:03:07 -07:00
parent c0f3fea44b
commit 97b96dda9e

View File

@ -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 {