Skip to content

Commit 136210d

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent bcd63fb commit 136210d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/Unit/Views/Actions/ActionTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,8 @@ public function test_can_set_action_visible(): void
438438
->setWireAction('wire:click')
439439
->setWireActionParams('testactionparams')
440440
->hideIf(false);
441-
$this->assertTrue($action->isVisible());
442-
$this->assertFalse($action->isHidden());
443-
444-
}
441+
$this->assertTrue($action->isVisible());
442+
$this->assertFalse($action->isHidden());
445443

444+
}
446445
}

0 commit comments

Comments
 (0)