Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored and StyleCIBot committed Feb 12, 2019
1 parent 434fd7a commit d3c2761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Features/UnsearchableTest.php
Expand Up @@ -6,7 +6,6 @@

use App\User;
use Tests\TestCase;
use Illuminate\Support\Facades\Artisan;

final class UnsearchableTest extends TestCase
{
Expand All @@ -17,7 +16,7 @@ public function testUnsearchable(): void
$usersIndex = $this->mockIndex(User::class);
$usersIndex->shouldReceive('deleteBy')->once()->with([
'tagFilters' => [
['App\User::1', 'App\User::2','App\User::3','App\User::4','App\User::5',],
['App\User::1', 'App\User::2', 'App\User::3', 'App\User::4', 'App\User::5'],
],
]);

Expand Down

0 comments on commit d3c2761

Please sign in to comment.