Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Mar 23, 2024
1 parent 0a4a709 commit 0509f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ReadTimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ public function setTranslation()
{
$customTranslation = 'foo';
$actual = (new ReadTime('word'))
->setTranslation(['less_than' => $customTranslation])
->get();
->setTranslation(['less_than' => $customTranslation])
->get();

$this->assertSame($customTranslation, $actual);
}
Expand Down

0 comments on commit 0509f05

Please sign in to comment.