Skip to content

Commit

Permalink
reset test value
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 16, 2024
1 parent 312fbbf commit 8ef4df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void testSuccess() {

@Test
public void testCorrectCountryCodeButInvalidVAT() {
EUVatCheckResponse resp = EUVatChecker.doCheck("NL", "85187947B01");
EUVatCheckResponse resp = EUVatChecker.doCheck("IT", "00950501000");
Assert.assertEquals(false, resp.isValid());
Assert.assertEquals("---", resp.getName());
Assert.assertEquals("---", resp.getAddress());
Expand Down

0 comments on commit 8ef4df5

Please sign in to comment.