Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ZUGFeRD.Test/XRechnungUBLTests.cs
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
stephanstapel and Copilot authored Dec 16, 2025
commit 0e2d44859fd6244ee7a85ba28c70b9de28dac3c8
2 changes: 1 addition & 1 deletion ZUGFeRD.Test/XRechnungUBLTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ public void TestBuyerSellerSchemeIds()
desc.Buyer.SpecifiedLegalOrganization = new LegalOrganization(
GlobalIDSchemeIdentifiers.DUNS,
"123456789",
"Buyer Company Ltd.");
"Buyer Company Ltd.");
desc.Seller.SpecifiedLegalOrganization = new LegalOrganization(
GlobalIDSchemeIdentifiers.AbnScheme,
"987654321",
Expand Down
Loading