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]);