Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 14, 2023
1 parent a9d2436 commit 0305dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/LinkTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function is_active_attribute_is_a_boolean()
/** @test */
public function it_is_active_by_default()
{
$this->assertTrue((LinkType::create(['name' => 'Oh I am active']))->fresh()->is_active);
$this->assertTrue(LinkType::create(['name' => 'Oh I am active'])->fresh()->is_active);
}

/** @test */
Expand Down

0 comments on commit 0305dbd

Please sign in to comment.