Skip to content

Commit bc363d6

Browse files
committed
- Use local package extraction path in tests.
1 parent 8045f4c commit bc363d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PackageManager.Tests/ViewModels/Commands/TestCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace PackageManager.ViewModels.Commands
1515
[TestClass]
1616
public class TestCommands
1717
{
18-
private const string ExtractPath = @"D:\";
18+
private const string ExtractPath = @".\";
1919

2020
[TestMethod]
2121
public void Install()

0 commit comments

Comments
 (0)