Skip to content

Commit 3b5fd97

Browse files
committed
Update invoice details in test method
Removed unnecessary and irrelevant code
1 parent c167701 commit 3b5fd97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ZUGFeRD.Test/TestTaxes.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ public class TestTaxes
88
[TestMethod]
99
public void SavingThenReadingAppliedTradeTaxesShouldWork()
1010
{
11-
InvoiceDescriptor expected = InvoiceDescriptor.CreateInvoice("471102", new DateTime(2013, 6, 5), CurrencyCodes.EUR, "GE2020211-471102");
12-
expected.BusinessProcess = string.Empty;
13-
expected.Name = string.Empty;
14-
expected.ReferenceOrderNo = string.Empty;
11+
InvoiceDescriptor expected = InvoiceDescriptor.CreateInvoice("123", new DateTime(2024, 12, 5), CurrencyCodes.EUR);
1512
var lineItem = expected.AddTradeLineItem(name: "Something",
1613
grossUnitPrice: 9.9m,
1714
netUnitPrice: 9.9m,

0 commit comments

Comments
 (0)