Skip to content

Commit a920389

Browse files
committed
Update testing Start-PSES script path
1 parent 05763f1 commit a920389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test.Host/ServerTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected async Task<Tuple<int, int>> LaunchService(
3535
bool waitForDebugger = false)
3636
{
3737
string modulePath = Path.GetFullPath(@"..\..\..\..\..\module");
38-
string scriptPath = Path.GetFullPath(Path.Combine(modulePath, @"..\scripts\Start-EditorServices.ps1"));
38+
string scriptPath = Path.GetFullPath(Path.Combine(modulePath, @"PowerShellEditorServices\Start-EditorServices.ps1"));
3939

4040
if (!File.Exists(scriptPath))
4141
{

0 commit comments

Comments
 (0)