Skip to content

Commit

Permalink
Update DurationTest.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita committed Nov 20, 2024
1 parent 69924be commit 72e65ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DurationTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class DurationTest extends TestCase
Duration::extract(['duration' => 1], 'duration');
},
InvalidTypeException::class,
'Problem at key duration: Duration: 1 is not in valid duration format.'
'Problem at key duration: Duration: 1 is not in valid duration format.'
);

Assert::throws(
Expand Down

0 comments on commit 72e65ba

Please sign in to comment.