Created
December 13, 2011 21:04
-
-
Save mjdominus/1473879 to your computer and use it in GitHub Desktop.
%^&!@^%&!@
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -127,19 +127,19 @@ test "without_successor" => sub { | |
[ 'missed', [ 29, 30, 31 ], "2000-01-29" ], # successor delayed until 29th | |
) { | |
my ($name, $schedule, $succ_creation_date) = @$test; | |
- $succ_creation_date ||= "2000-01-12"; # Should be created on Jan 12 | |
+ $succ_creation_date ||= "2000-01-11"; # Should be created on Jan 11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment