Skip to content

Commit

Permalink
Apply fixes from StyleCI (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk authored Sep 22, 2020
1 parent 6cd74b6 commit 02379fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Jobs/ReleaseOrderLineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

use Facades\InventoryFactory;
use Facades\OrderLineFactory;
use Just\Warehouse\Tests\TestCase;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Queue;
use Just\Warehouse\Jobs\PairInventory;
use Just\Warehouse\Jobs\ReleaseOrderLine;
use Illuminate\Contracts\Queue\ShouldQueue;
use Just\Warehouse\Tests\TestCase;

class ReleaseOrderLineTest extends TestCase
{
Expand Down

0 comments on commit 02379fb

Please sign in to comment.