Skip to content

Commit df6ad36

Browse files
committed
Fix System.IO.DirectoryNotFoundException
1 parent 7c74cae commit df6ad36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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 = @"C:\";
1919

2020
[TestMethod]
2121
public void Install()

0 commit comments

Comments
 (0)