Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k authored and github-actions[bot] committed Sep 21, 2023
1 parent 4eb19a0 commit 10432a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EloquentThreadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function it_should_get_all_thread_participants(): void

$participantIds = $thread->participantsUserIds();
$this->assertCount(3, $participantIds);
$this->assertSame(2, (int)$participantIds[1]);
$this->assertSame(2, (int) $participantIds[1]);

$participantIds = $thread->participantsUserIds(999);
$this->assertCount(4, $participantIds);
Expand Down

0 comments on commit 10432a5

Please sign in to comment.