Skip to content

Commit ade3d20

Browse files
committed
test fix
1 parent a99a6e0 commit ade3d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZUGFeRD.Test/XRechnungUBLTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public void TestAllowanceChargeOnDocumentLevel()
225225

226226
MemoryStream ms = new MemoryStream();
227227

228-
desc.Save(ms, version, Profile.Extended, ZUGFeRDFormats.UBL);
228+
desc.Save(ms, version, Profile.XRechnung, ZUGFeRDFormats.UBL);
229229
ms.Seek(0, SeekOrigin.Begin);
230230

231231
InvoiceDescriptor loadedInvoice = InvoiceDescriptor.Load(ms);
@@ -261,7 +261,7 @@ public void TestInvoiceWithAttachment()
261261

262262
MemoryStream ms = new MemoryStream();
263263

264-
desc.Save(ms, version, Profile.Extended, ZUGFeRDFormats.UBL);
264+
desc.Save(ms, version, Profile.XRechnung, ZUGFeRDFormats.UBL);
265265
ms.Seek(0, SeekOrigin.Begin);
266266

267267
InvoiceDescriptor loadedInvoice = InvoiceDescriptor.Load(ms);

0 commit comments

Comments
 (0)