Compare commits

...

1 Commits

Author SHA1 Message Date
Dustin L. Howett
200fd3437d Tests: do not use *relative drive letter*
Since we switched to running the build on C:\, this test started failing. C: means "current directory on the C drive"!
2025-10-30 15:33:00 -05:00

View File

@@ -110,7 +110,7 @@ public partial class BookmarkResolverTests
[
new PlaceholderClassificationCase(
Name: "Drive",
Input: "C:",
Input: "C:\\.",
ExpectSuccess: true,
ExpectedKind: CommandKind.Directory,
ExpectedTarget: "C:\\",