Remove ConstantsTests and add Domain folder to test project

Removed the ConstantsTests.cs file, which tested the Normalize
method for EnvelopeSigningType. Updated EnvelopeGenerator.Tests.csproj
to include a Domain folder for future test organization.
This commit is contained in:
2026-03-06 14:16:22 +01:00
parent a4082fca45
commit 302249451b
2 changed files with 4 additions and 17 deletions

View File

@@ -53,4 +53,8 @@
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="Domain\" />
</ItemGroup>
</Project>