mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Tests: do not use *relative drive letter* (#43135)
Since we switched to running the build on C:\, this test started failing. C: means "current directory on the C drive"!
This commit is contained in:
@@ -110,7 +110,7 @@ public partial class BookmarkResolverTests
|
|||||||
[
|
[
|
||||||
new PlaceholderClassificationCase(
|
new PlaceholderClassificationCase(
|
||||||
Name: "Drive",
|
Name: "Drive",
|
||||||
Input: "C:",
|
Input: "C:\\.",
|
||||||
ExpectSuccess: true,
|
ExpectSuccess: true,
|
||||||
ExpectedKind: CommandKind.Directory,
|
ExpectedKind: CommandKind.Directory,
|
||||||
ExpectedTarget: "C:\\",
|
ExpectedTarget: "C:\\",
|
||||||
|
|||||||
Reference in New Issue
Block a user