reduce number of routes in acars test
This commit is contained in:
parent
fca4b0074f
commit
5ca9127137
@ -263,7 +263,7 @@ class AcarsTest extends TestCase
|
|||||||
|
|
||||||
$order = 1;
|
$order = 1;
|
||||||
$post_route = [];
|
$post_route = [];
|
||||||
$route_count = \random_int(5, 50);
|
$route_count = \random_int(2, 10);
|
||||||
|
|
||||||
$route = factory(App\Models\Navdata::class, $route_count)->create();
|
$route = factory(App\Models\Navdata::class, $route_count)->create();
|
||||||
foreach($route as $position) {
|
foreach($route as $position) {
|
||||||
|
Loading…
Reference in New Issue
Block a user