From 1bd21f4524dd5f830cb04cfbedf6a64b5376cd8c Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 28 Jul 2021 18:32:14 -0700 Subject: [PATCH] Update dumper path --- NHSE.Tests/DumpTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NHSE.Tests/DumpTests.cs b/NHSE.Tests/DumpTests.cs index 5fd67ac..8c082a8 100644 --- a/NHSE.Tests/DumpTests.cs +++ b/NHSE.Tests/DumpTests.cs @@ -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]