Skip to content

Commit

Permalink
Fixed typos that caused test to fail. (PowerShell#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHigin authored and daxian-dbw committed Mar 7, 2017
1 parent 1d1cffd commit ba62cf1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @'
Expand Down Expand Up @@ -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
}
}

Expand Down

0 comments on commit ba62cf1

Please sign in to comment.