Skip to content

Commit

Permalink
refactor(lint): fix lint issues in ModelGeneratorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrosbourne committed Dec 6, 2023
1 parent 2251bd6 commit 2c2e4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Generators/ModelGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public function output_generates_models_with_custom_pivot(): void
$this->assertEquals(['created' => ['app/Models/User.php', 'app/Models/Team.php', 'app/Models/Membership.php']], $this->subject->output($tree));
}

#[Test]
#[Test]
public function output_generates_models_with_hasuuids_trait_if_uuid_id_is_type_uuid(): void
{
$this->filesystem->expects('stub')
Expand Down

0 comments on commit 2c2e4f5

Please sign in to comment.