Skip to content

Commit e0e8c1e

Browse files
committed
Fix dangling IsLinux reference
1 parent 52feb6c commit e0e8c1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ namespace PowerShellEditorServices.Test.E2E
2929
[Trait("Category", "LSP")]
3030
public class LanguageServerProtocolMessageTests : IClassFixture<LSPTestsFixture>, IDisposable
3131
{
32-
// Borrowed from `VersionUtils` which can't be used here due to an initialization problem.
33-
private static bool IsLinux { get; } = RuntimeInformation.IsOSPlatform(OSPlatform.Linux);
34-
3532
private static readonly string s_binDir =
3633
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
3734

0 commit comments

Comments
 (0)