File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ public function testGetGrowthStatsWithStartDate()
762762 $ this ->assertArrayHasKey ('ending ' , $ stats );
763763
764764 // Assert start and end dates were honored.
765- $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-04 :00 ' );
766- $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-04 :00 ' );
765+ $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-05 :00 ' );
766+ $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-05 :00 ' );
767767 }
768768
769769 /**
@@ -799,8 +799,8 @@ public function testGetGrowthStatsWithEndDate()
799799 $ this ->assertArrayHasKey ('ending ' , $ stats );
800800
801801 // Assert start and end dates were honored.
802- $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-04 :00 ' );
803- $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-04 :00 ' );
802+ $ this ->assertEquals ($ stats ['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-05 :00 ' );
803+ $ this ->assertEquals ($ stats ['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-05 :00 ' );
804804 }
805805
806806 /**
You can’t perform that action at this time.
0 commit comments