From df6ad3685b5e433d36ce96ba1eb9b5d8d1294e9f Mon Sep 17 00:00:00 2001 From: Martin Steinisch Date: Sat, 16 Nov 2019 00:39:15 +0100 Subject: [PATCH] Fix System.IO.DirectoryNotFoundException --- test/PackageManager.Tests/ViewModels/Commands/TestCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/PackageManager.Tests/ViewModels/Commands/TestCommands.cs b/test/PackageManager.Tests/ViewModels/Commands/TestCommands.cs index 1ede0c9..5cb6958 100644 --- a/test/PackageManager.Tests/ViewModels/Commands/TestCommands.cs +++ b/test/PackageManager.Tests/ViewModels/Commands/TestCommands.cs @@ -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()