Update test

This commit is contained in:
Developer 02
2024-06-10 15:44:12 +02:00
parent a2bd369ed1
commit a8b3e88f09

View File

@@ -53,7 +53,7 @@ namespace EmailProfilerDispatcher.Tests
public string NameReceiver { get; set; } = "Tom";
}
public class MailData2
public record MailData2
{
[TemplatePlaceholder("[DOCUMENT_TITLE]")]
public string DocumentTitle { get; set; } = "Vertragsdokument";