Skip to content

Commit 334803c

Browse files
committed
Remove static file assignment
1 parent ede9213 commit 334803c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/PowerShellEditorServices.Test.E2E/DebugAdapterProtocolMessageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class DebugAdapterProtocolMessageTests(ITestOutputHelper output) : IAsync
3737
/// <summary>
3838
/// Test scripts output here, where the output can be read to verify script progress against breakpointing
3939
/// </summary>
40-
private static readonly string testScriptLogPath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
40+
private readonly string testScriptLogPath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
4141

4242
private readonly PsesStdioLanguageServerProcessHost psesHost = new(isDebugAdapter: true);
4343

0 commit comments

Comments
 (0)