From 6ecd9311beeb31e2c53385908d676c5cd3e0ee44 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 31 Dec 2015 15:31:19 +0000 Subject: [PATCH] Bug 9129 [QA Followup] - Make unit test file conform to PBP Signed-off-by: Kyle M Hall --- t/db_dependent/Circulation/CalcFine.t | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/t/db_dependent/Circulation/CalcFine.t b/t/db_dependent/Circulation/CalcFine.t index d5ab276..66f2d71 100644 --- a/t/db_dependent/Circulation/CalcFine.t +++ b/t/db_dependent/Circulation/CalcFine.t @@ -85,13 +85,13 @@ subtest 'Test basic functionality' => sub { my $start_dt = DateTime->new( year => 2000, - month => 01, - day => 01, + month => 1, + day => 1, ); my $end_dt = DateTime->new( year => 2000, - month => 01, + month => 1, day => 30, ); @@ -124,13 +124,13 @@ subtest 'Test cap_fine_to_replacement_price' => sub { my $start_dt = DateTime->new( year => 2000, - month => 01, - day => 01, + month => 1, + day => 1, ); my $end_dt = DateTime->new( year => 2000, - month => 01, + month => 1, day => 30, ); -- 2.1.4