diff --git a/tests/Storage/InMemory/DelayedJobTest.php b/tests/Storage/InMemory/DelayedJobTest.php index 6e6fa9d..07ab878 100644 --- a/tests/Storage/InMemory/DelayedJobTest.php +++ b/tests/Storage/InMemory/DelayedJobTest.php @@ -28,6 +28,7 @@ public function testReadyToRumble(): void // Assert static::assertTrue($result); } + /** * Tests if the isReady method returns falsse when the job is no ready yet. *