test: enhance DocSignedNotificationTests with AutoMapper and notification mapping

This commit is contained in:
2025-09-15 10:48:25 +02:00
parent 796c59cd38
commit cb0c361cdb
2 changed files with 16 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ namespace EnvelopeGenerator.Tests.Application;
public class TestBase : Faker
{
private Fake.Host Host;
protected Fake.Host Host;
protected User User => Host.User;