fixes for tests

This commit is contained in:
David Bomba 2024-11-26 15:08:04 +11:00
parent 15094964b7
commit 93f778053e
1 changed files with 2 additions and 2 deletions

View File

@ -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' => []
],