Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Nov 25, 2023
1 parent 5a9dd47 commit d7e2038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/E2E/Ares/CoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testInactive(): void

public function testGroupVAT(): void
{
$in = '2319918';
$in = '2445344';
$data = (new Ares\AresFactory())->create()->loadBasic($in);
Assert::null($data->tin);
Assert::null($data->vat_payer);
Expand Down

0 comments on commit d7e2038

Please sign in to comment.