Skip to content

Commit

Permalink
activated the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Nov 11, 2024
1 parent d8ba834 commit 747b8ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public void testEEISI_300_cii_Import() throws XPathExpressionException, ParseExc
/*
<cbc:Name>Seller contact point</cbc:Name>
<cbc:Telephone>+41 345 654455</cbc:Telephone>
<cbc:ElectronicMail>[email protected]);*
<cbc:ElectronicMail>[email protected]);*/
} catch (XPathExpressionException | ParseException e) {
hasExceptions = true;
} catch (JsonProcessingException e) {
Expand All @@ -428,6 +428,6 @@ public void testEEISI_300_cii_Import() throws XPathExpressionException, ParseExc
assertEquals(new BigDecimal("205.00"), tc.getGrandTotal());

}
*/


}

0 comments on commit 747b8ca

Please sign in to comment.