From f9615b32487de413175e6fca2a05e5a43934bfac Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 27 Jul 2023 17:52:47 +1000 Subject: [PATCH] Working on corrections for timezone shifts --- tests/Unit/LateFeeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/LateFeeTest.php b/tests/Unit/LateFeeTest.php index b99bfac50398..72dad042580d 100644 --- a/tests/Unit/LateFeeTest.php +++ b/tests/Unit/LateFeeTest.php @@ -135,7 +135,7 @@ class LateFeeTest extends TestCase $this->assertEquals(10, $i->amount); $this->assertEquals(10, $i->balance); - + $reflectionMethod = new \ReflectionMethod(ReminderJob::class, 'sendReminderForInvoice'); $reflectionMethod->setAccessible(true); $reflectionMethod->invokeArgs(new ReminderJob(), [$i]);