Skip to content

Commit c116034

Browse files
committed
Add test case for ZUGFeRD 2.0 with Extended profile
Added a new data row to the `SavingThenReadingAppliedTradeTaxesShouldWork` test method to include `ZUGFeRDVersion.Version20` with the `Profile.Extended` profile. This expands the test coverage to ensure compatibility with this version and profile combination.
1 parent 4c905a9 commit c116034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ZUGFeRD.Test/TestTaxes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public class TestTaxes
77
{
88
[TestMethod]
99
[DataRow(ZUGFeRDVersion.Version1, Profile.Extended)]
10+
[DataRow(ZUGFeRDVersion.Version20, Profile.Extended)]
1011
public void SavingThenReadingAppliedTradeTaxesShouldWork(ZUGFeRDVersion version, Profile profile)
1112
{
1213
InvoiceDescriptor expected = InvoiceDescriptor.CreateInvoice("123", new DateTime(2024, 12, 5), CurrencyCodes.EUR);

0 commit comments

Comments
 (0)