Skip to content

Instantly share code, notes, and snippets.

@mjdominus
Created December 13, 2011 21:04
Show Gist options
  • Save mjdominus/1473879 to your computer and use it in GitHub Desktop.
Save mjdominus/1473879 to your computer and use it in GitHub Desktop.
%^&!@^%&!@
@@ -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