Skip to content

Commit 81fb727

Browse files
committed
Remove -EditorServicesVersion reference in ServerTestBase.cs
1 parent ef4e33e commit 81fb727

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/PowerShellEditorServices.Test.Host/ServerTestsBase.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ protected async Task<Tuple<int, int>> LaunchService(
6969
fileVersionInfo.FileBuildPart);
7070

7171
string scriptArgs =
72-
string.Format(
7372
"\"" + scriptPath + "\" " +
74-
"-EditorServicesVersion \"{0}\" " +
7573
"-HostName \\\"PowerShell Editor Services Test Host\\\" " +
7674
"-HostProfileId \"Test.PowerShellEditorServices\" " +
7775
"-HostVersion \"1.0.0\" " +
@@ -80,8 +78,7 @@ protected async Task<Tuple<int, int>> LaunchService(
8078
"-LogPath \"" + logPath + "\" " +
8179
"-SessionDetailsPath \"" + sessionPath + "\" " +
8280
"-FeatureFlags @() " +
83-
"-AdditionalModules @() ",
84-
editorServicesModuleVersion);
81+
"-AdditionalModules @() ";
8582

8683
if (waitForDebugger)
8784
{

0 commit comments

Comments
 (0)