Clarify processed merge audit CSV filenames

This commit is contained in:
2026-06-11 11:08:54 +02:00
parent 957fdb7dc8
commit 2444a01fc7
6 changed files with 100 additions and 18 deletions
@@ -101,7 +101,7 @@ public sealed class SiteExportServiceTests : IDisposable
Assert.NotNull(result.FilePath);
Assert.True(File.Exists(result.FilePath));
var auditCsv = Directory.GetFiles(_tempDirectory, "Sales_TRSE_*.csv").Single();
var auditCsv = Directory.GetFiles(_tempDirectory, "Sales_ProcessedMergeInput_TRSE_*.csv").Single();
Assert.True(File.Exists(auditCsv));
Assert.Equal(2, sharePoint.Uploads.Count);