Skip to content

Commit

Permalink
Fix test code (BuilderEn16931Test)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Feb 20, 2022
1 parent beeda57 commit 066c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BuilderEn16931Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function testSetDocumentSeller(): void

$this->disableRenderXmlContent();
$this->assertXPathValue('/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:ID', "5499103");
$this->assertXPathNotExists('/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:Name', "");
$this->assertXPathNotExists('/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:Name');
}

/**
Expand Down

0 comments on commit 066c308

Please sign in to comment.