Fixes for subscription tests

This commit is contained in:
David Bomba 2024-04-14 08:16:58 +10:00
parent e066e3f2e3
commit 0ef0ee31e2

View File

@ -234,9 +234,7 @@ class SubscriptionApiTest extends TestCase
$this->assertEquals('Europe/Vienna', $timezone_now->timezoneName);
$this->travelTo($timezone_now->copy()->startOfDay()->subHour());
$this->travelTo($timezone_now->copy()->startOfDay()->subHour());
$this->travelTo($timezone_now->startOfDay()->subHours(2));
$i = false;