Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond authored and github-actions[bot] committed Sep 30, 2024
1 parent 81004d2 commit 4c707d0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/builder/tests/Feature/Item/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use Illuminate\Support\Facades\Schema;
use Moox\Builder\Models\Item;


test('items Table exists with correct columns', function () {

expect(Schema::hasTable('items'))->toBeTrue();
Expand Down
1 change: 0 additions & 1 deletion packages/builder/tests/Feature/Item/ListItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use function Pest\Livewire\livewire;


it('can render ItemResource', function () {
$this

Check failure on line 10 in packages/builder/tests/Feature/Item/ListItemTest.php

View workflow job for this annotation

GitHub Actions / phpstan

Call to an undefined method PHPUnit\Framework\TestCase::get().
->get(ItemResource::getUrl('index'))
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Workbench\App\Models\User;
use Moox\Builder\Tests\TestCase;
use Workbench\App\Models\User;

/*
|--------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Illuminate\Foundation\Testing\RefreshDatabase;
use Moox\User\Models\User;

/*
Expand Down

0 comments on commit 4c707d0

Please sign in to comment.