From 2cd5ff1ffe1a8ff6f6e72307b55ff1529e360d48 Mon Sep 17 00:00:00 2001 From: Kalmer Kaurson Date: Tue, 30 Jan 2024 13:19:27 +0200 Subject: [PATCH] anomaly test --- tests/drivers/db/TestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/drivers/db/TestCase.php b/tests/drivers/db/TestCase.php index 7581312f4..dd44156d1 100644 --- a/tests/drivers/db/TestCase.php +++ b/tests/drivers/db/TestCase.php @@ -137,7 +137,6 @@ public function testDoneCount() $job = $this->createSimpleJob(); $this->getQueue()->push($job); - $this->assertSimpleJobDone($job); $this->assertEquals(1, $this->getQueue()->getStatisticsProvider()->getDoneCount());