diff --git a/tests/src/E2E/Ares/CoreTest.php b/tests/src/E2E/Ares/CoreTest.php index 6dfa414..dad2477 100644 --- a/tests/src/E2E/Ares/CoreTest.php +++ b/tests/src/E2E/Ares/CoreTest.php @@ -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);