[Run] Fix exception (#9068)

This commit is contained in:
Mykhailo Pylyp
2021-01-14 13:17:32 +02:00
committed by GitHub
parent 6ecf8b60b6
commit b1a6964e18
2 changed files with 12 additions and 5 deletions

View File

@@ -349,7 +349,7 @@ namespace Microsoft.Plugin.Program.UnitTests.Storage
Win32Program olditem = new Win32Program
{
Name = "oldpath",
ExecutableName = path,
ExecutableName = oldpath,
FullPath = fullPath,
};