File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -756,8 +756,8 @@ public function testGetGrowthStatsWithStartDate()
756
756
$ this ->assertArrayHasKey ('ending ' , $ result ['stats ' ]);
757
757
758
758
// Assert start and end dates were honored.
759
- $ this ->assertEquals ($ result ['stats ' ]['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-05 :00 ' );
760
- $ this ->assertEquals ($ result ['stats ' ]['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-05 :00 ' );
759
+ $ this ->assertEquals ($ result ['stats ' ]['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-04 :00 ' );
760
+ $ this ->assertEquals ($ result ['stats ' ]['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-04 :00 ' );
761
761
}
762
762
763
763
/**
@@ -790,8 +790,8 @@ public function testGetGrowthStatsWithEndDate()
790
790
$ this ->assertArrayHasKey ('ending ' , $ result ['stats ' ]);
791
791
792
792
// Assert start and end dates were honored.
793
- $ this ->assertEquals ($ result ['stats ' ]['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-05 :00 ' );
794
- $ this ->assertEquals ($ result ['stats ' ]['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-05 :00 ' );
793
+ $ this ->assertEquals ($ result ['stats ' ]['starting ' ], $ starting ->format ('Y-m-d ' ) . 'T00:00:00-04 :00 ' );
794
+ $ this ->assertEquals ($ result ['stats ' ]['ending ' ], $ ending ->format ('Y-m-d ' ) . 'T23:59:59-04 :00 ' );
795
795
}
796
796
797
797
/**
You can’t perform that action at this time.
0 commit comments