fixes for tests
This commit is contained in:
parent
15094964b7
commit
93f778053e
|
|
@ -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' => []
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue