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

Commit

Permalink
Fixed last test to prevent build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nalin Bhardwaj committed Feb 22, 2017
1 parent 872509e commit 9ea5a7b
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 9ea5a7b

Please sign in to comment.