Fixed typos that caused test to fail. (#3268)

This commit is contained in:
Paul Higinbotham 2017-03-06 17:26:38 -08:00 committed by Dongbo Wang
parent 1d1cffd0c5
commit ba62cf1ea2

View file

@ -4,7 +4,7 @@
if ($IsWindows)
{
$remotingModule = Join-Path $PSScriptRoot "../Common/TestRemoting.psm1"
$remotingModule = Join-Path $PSScriptRoot "../../Common/TestRemoting.psm1"
Import-Module $remotingModule -ErrorAction SilentlyContinue
$typeDef = @'
@ -150,7 +150,7 @@ Describe "Invoke-Command remote debugging tests" -Tags 'Feature' {
[powershell] $ps2 = [powershell]::Create()
$ps2.Runspace = $rs2
$remoteSession = New-RemoteRunspace
$remoteSession = New-RemoteSession
}
}