Changed small file to Image2File (since it's smaller)

pull/83/head
David Hall 2019-09-19 12:22:53 -06:00
parent 1491e32f80
commit 3537b1f8f2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace Vanara.PInvoke.Tests
public const string ResourceFile = @"C:\Temp\DummyResourceExe.exe";
public const string SmallFile = IcoFile;
public const string SmallFile = Image2File;
public const string TempChildDir = @"C:\Temp\Temp";