Skip to content

Commit 9415213

Browse files
fadymondygithub-actions[bot]
authored andcommitted
Format Code
1 parent 04bbd44 commit 9415213

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/src/TypeBasePageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
});
1616

1717
it('can render type page', function () {
18-
get(TypePage::getUrl())->assertSuccessful();
19-
});
18+
get(TypePage::getUrl())->assertSuccessful();
19+
});
2020

2121
it('can list selected types', function () {
2222
Type::query()->where('type', 'groups')->where('for', 'notes')->delete();

tests/src/TypeResourceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
});
2121

2222
it('can render type resource', function () {
23-
get(TypeResource::getUrl())->assertSuccessful();
24-
});
23+
get(TypeResource::getUrl())->assertSuccessful();
24+
});
2525

2626
it('can list types', function () {
2727
Type::query()->delete();

tests/src/TypeViewComponentTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
});
1111

1212
it('can render type component page', function () {
13-
get(\TomatoPHP\FilamentTypes\Tests\Pages\TypeViewComponentPage::getUrl())->assertSuccessful();
14-
});
13+
get(\TomatoPHP\FilamentTypes\Tests\Pages\TypeViewComponentPage::getUrl())->assertSuccessful();
14+
});
1515

1616
it('can render type component', function () {
1717
$response = get(\TomatoPHP\FilamentTypes\Tests\Pages\TypeViewComponentPage::getUrl());

0 commit comments

Comments
 (0)