reduce number of routes in acars test

This commit is contained in:
Nabeel Shahzad 2018-01-20 08:54:40 -05:00
parent fca4b0074f
commit 5ca9127137

View File

@ -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) {