Skip to content

Commit

Permalink
Fixed test - the expected result was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Aug 31, 2021
1 parent 5adfcfe commit b0dd55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/date/tests/bug80998.phpt
Expand Up @@ -11,4 +11,4 @@ $string = $date->format('Y-m-d H:i:s.u');
echo $string, "\n";
?>
--EXPECT--
2021-04-05 11:00:01.000001
2021-04-05 11:00:00.000001

0 comments on commit b0dd55b

Please sign in to comment.