From 93f778053e46575f2d35e6052d405e4e51ffae67 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 26 Nov 2024 15:08:04 +1100 Subject: [PATCH] fixes for tests --- tests/Unit/LicenseTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' => [] ],