Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3965 from nalinbhardwaj/days-quickfix
Browse files Browse the repository at this point in the history
Days Between: Fix to tests file
  • Loading branch information
mintsoft authored Feb 22, 2017
2 parents 36d915a + 9ea5a7b commit 1b2eb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/DaysBetween.t
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ddg_goodie_test(
'number of days from 2015-02-02 and 2016-02-02 inclusive' => build_test('02 Feb 2015', '02 Feb 2016', 366, $test_inclusive),
'number of days between 2014-02-02 and 2015-02-02' => build_test('02 Feb 2014', '02 Feb 2015', 365, ''),
'number of days between 2014-02-02 and 2015-02-02 inclusive' => build_test('02 Feb 2014', '02 Feb 2015', 366, $test_inclusive),
'days since 2016-07-31' => build_test('31 Jul 2016', '03 Aug 2016', 3),
'days since 2016-07-31' => build_test('31 Jul 2016', '03 Aug 2016', 3, ''),
'days between jan 1 2012 and jan 1 123456' => undef
);

Expand Down

0 comments on commit 1b2eb82

Please sign in to comment.