Skip to content

Commit f6e2250

Browse files
committed
Tweak message
1 parent f1cbfc1 commit f6e2250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/AdditionalAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function assertNow(CarbonInterface $datetime, ?CarbonInterface $now = nul
119119
{
120120
$now ??= Carbon::now();
121121

122-
PHPUnitAssert::assertTrue($datetime->equalTo($now), 'Failed asserting that the current time ['.$datetime->toDateTimeString().'] is equal to now ['.$now->toDateTimeString().']');
122+
PHPUnitAssert::assertTrue($datetime->equalTo($now), 'Failed asserting the date time ['.$datetime->toDateTimeString().'] is equal to now ['.$now->toDateTimeString().']');
123123
}
124124

125125
public function assertRouteUsesFormRequest(string $routeName, string $formRequest): void

0 commit comments

Comments
 (0)