Skip to content

Commit adab98b

Browse files
committed
Remove test value for verifying we get msg on test fail
1 parent 6d3d665 commit adab98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test/Session/WorkspaceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void CanDetermineIsPathInMemory()
5656

5757
// Test short non-file paths
5858
new { IsInMemory = true, Path = "untitled:untitled-1" },
59-
new { IsInMemory = false, Path = shortUriForm },
59+
new { IsInMemory = true, Path = shortUriForm },
6060

6161
// Test long non-file path - known to have crashed PSES
6262
new { IsInMemory = true, Path = longUriForm },

0 commit comments

Comments
 (0)