diff --git a/tests/Unit/LicenseTest.php b/tests/Unit/LicenseTest.php index 48e6849ae9..433177ab50 100644 --- a/tests/Unit/LicenseTest.php +++ b/tests/Unit/LicenseTest.php @@ -223,12 +223,12 @@ class LicenseTest extends TestCase $tes = [ [ - 'legal_entity_id' => rand(1, 100), + 'legal_entity_id' => 22, 'company_key' => \Illuminate\Support\Str::random(32), 'received_documents' => [] ], [ - 'legal_entity_id' => rand(1, 100), + 'legal_entity_id' => 11, 'company_key' => \Illuminate\Support\Str::random(32), 'received_documents' => [] ],