We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbbcfc commit 120a382Copy full SHA for 120a382
test/PowerShellEditorServices.Test.E2E/DebugAdapterProtocolMessageTests.cs
@@ -116,7 +116,7 @@ public void Dispose()
116
private static string NewTestFile(string script, bool isPester = false)
117
{
118
string fileExt = isPester ? ".Tests.ps1" : ".ps1";
119
- string filePath = Path.Combine(s_binDir, Path.GetRandomFileName() + fileExt);
+ string filePath = Path.Combine(Path.GetRandomFileName() + fileExt);
120
File.WriteAllText(filePath, script);
121
122
return filePath;
0 commit comments