Skip to content

Commit

Permalink
style: Remove unnecessary whitespace in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Mar 13, 2024
1 parent dadba4b commit 9ca0036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/FilamentResourceTestsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ protected function generateTableColumnsExistTest(): string
$tests .= <<<EOT
it('can render {$this->getResourceSingularName()->lower()} {$label} column', function () {
{$this->getResourceSingularName()}::factory()->count(3)->create();
livewire(List{$this->getResourcePluralName()}::class)->assertCanRenderTableColumn('{$key}');
});
Expand Down

0 comments on commit 9ca0036

Please sign in to comment.