Skip to content

Commit 4441fd4

Browse files
stephenjudegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 5aed6d5 commit 4441fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FilamentFeatureFlagPluginTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use function Pest\Livewire\livewire;
99

1010
it('can render page', function () {
11-
get(FeatureSegmentResource::getUrl())->assertOk();
12-
});
11+
get(FeatureSegmentResource::getUrl())->assertOk();
12+
});
1313

1414
it('can list feature segments', function () {
1515
$segments = FeatureSegment::factory()->count(1)->create();

0 commit comments

Comments
 (0)