init DocSignedNotificationTest

This commit is contained in:
tekh 2025-09-10 14:21:14 +02:00
parent a9dda12bf9
commit e2c3d4ad52

View File

@ -0,0 +1,15 @@
namespace EnvelopeGenerator.Tests.Application;
public class DocSignedNotificationTest
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}