Skip to content

Commit a701bb4

Browse files
committed
refactor: run rector
1 parent 1bb8d0b commit a701bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Helpers/DateHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testNowDefault()
3030
{
3131
Time::setTestNow('June 20, 2022', 'America/Chicago');
3232

33-
$this->assertSame(now(), 1655701200);
33+
$this->assertSame(now(), 1_655_701_200);
3434

3535
Time::setTestNow();
3636
}

0 commit comments

Comments
 (0)