Update dumper path

This commit is contained in:
Kurt
2021-07-28 18:32:14 -07:00
parent 0589c53987
commit 1bd21f4524

View File

@@ -7,7 +7,7 @@ public static class DumpTests
{
private const string RepoPath = @"C:\Users\Kurt\Documents\GitHub";
private const string PatchDumpPath = @"D:\Kurt\Desktop\ac\" + PatchFolderName;
private const string PatchFolderName = "v110";
private const string PatchFolderName = "v111";
private const string MessageDumpFormat = @"Message\String_{0}";
[Fact]