Fixes for tests

This commit is contained in:
David Bomba 2024-11-22 17:21:50 +11:00
parent aaed133835
commit b2569710b3
1 changed files with 2 additions and 2 deletions

View File

@ -63,12 +63,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' => 33,
'company_key' => \Illuminate\Support\Str::random(32),
'received_documents' => []
],