Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Apr 5, 2022
1 parent 35d3969 commit 5accae1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Illuminate\Container\Container;
use Illuminate\Http\Client\Factory;
use Illuminate\Http\Client\Request;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Http;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Application;
Expand Down Expand Up @@ -310,7 +309,7 @@ public function dark_mode_works()
return count($request['blocks']) === 4
&& $request['blocks'][0]['theme'] === 'dark:github-dark'
&& $request['blocks'][2]['theme'] === 'light:github-light'

&& $request['blocks'][1]['theme'] === 'dark:theme1'
&& $request['blocks'][3]['theme'] === 'light:theme2';
});
Expand Down

0 comments on commit 5accae1

Please sign in to comment.