Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/powershell/engine/Remoting/CustomConnection.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Describe 'NamedPipe Custom Remote Connection Tests' -Tags 'Feature','RequireAdmi
Remove-Job -Id $script:JobId -Force -ErrorAction SilentlyContinue
}

It 'Verifies that New-NamedPipeSession succeeds in connectiong to Pwsh process' {
It 'Verifies that New-NamedPipeSession succeeds in connecting to Pwsh process' {
$script:session = New-NamedPipeSession -ProcessId $script:PwshProcId -ConnectingTimeout 10 -Name CustomNPConnection -ErrorAction Stop

# Verify created PSSession
Expand Down