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 6d3d665 commit adab98bCopy full SHA for adab98b
test/PowerShellEditorServices.Test/Session/WorkspaceTests.cs
@@ -56,7 +56,7 @@ public void CanDetermineIsPathInMemory()
56
57
// Test short non-file paths
58
new { IsInMemory = true, Path = "untitled:untitled-1" },
59
- new { IsInMemory = false, Path = shortUriForm },
+ new { IsInMemory = true, Path = shortUriForm },
60
61
// Test long non-file path - known to have crashed PSES
62
new { IsInMemory = true, Path = longUriForm },
0 commit comments