Skip to content

Commit

Permalink
anomaly test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalmer Kaurson committed Jan 30, 2024
1 parent efacb53 commit 2cd5ff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/drivers/db/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public function testDoneCount()

$job = $this->createSimpleJob();
$this->getQueue()->push($job);

$this->assertSimpleJobDone($job);

$this->assertEquals(1, $this->getQueue()->getStatisticsProvider()->getDoneCount());
Expand Down

0 comments on commit 2cd5ff1

Please sign in to comment.