diff --git a/EnvelopeGenerator.Tests.Application/DocSignedNotificationTest.cs b/EnvelopeGenerator.Tests.Application/DocSignedNotificationTest.cs new file mode 100644 index 00000000..076c8922 --- /dev/null +++ b/EnvelopeGenerator.Tests.Application/DocSignedNotificationTest.cs @@ -0,0 +1,15 @@ +namespace EnvelopeGenerator.Tests.Application; + +public class DocSignedNotificationTest +{ + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } +}