Skip to content

Commit

Permalink
Fix System.IO.DirectoryNotFoundException
Browse files Browse the repository at this point in the history
  • Loading branch information
mast-eu committed Nov 15, 2019
1 parent 7c74cae commit df6ad36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace PackageManager.ViewModels.Commands
[TestClass]
public class TestCommands
{
private const string ExtractPath = @"D:\";
private const string ExtractPath = @"C:\";

[TestMethod]
public void Install()
Expand Down

0 comments on commit df6ad36

Please sign in to comment.