Skip to content

Commit 62bc136

Browse files
committed
Add test for ZUGFeRD Version 2.3 with Extended profile
Added a new data row for `ZUGFeRDVersion.Version23` with the `Profile.Extended` to the `SavingThenReadingAppliedTradeTaxesShouldWork` test method in the `TestTaxes` class. This expands the test coverage to include the new version of the ZUGFeRD standard.
1 parent e0dc6b6 commit 62bc136

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
@@ -8,6 +8,7 @@ public class TestTaxes
88
[TestMethod]
99
[DataRow(ZUGFeRDVersion.Version1, Profile.Extended)]
1010
[DataRow(ZUGFeRDVersion.Version20, Profile.Extended)]
11+
[DataRow(ZUGFeRDVersion.Version23, Profile.Extended)]
1112
public void SavingThenReadingAppliedTradeTaxesShouldWork(ZUGFeRDVersion version, Profile profile)
1213
{
1314
InvoiceDescriptor expected = InvoiceDescriptor.CreateInvoice("123", new DateTime(2024, 12, 5), CurrencyCodes.EUR);

0 commit comments

Comments
 (0)