diff --git a/tests/Unit/BackgroundJob/QuotaJobTest.php b/tests/Unit/BackgroundJob/QuotaJobTest.php index 6c2c558693..4b9a98e125 100644 --- a/tests/Unit/BackgroundJob/QuotaJobTest.php +++ b/tests/Unit/BackgroundJob/QuotaJobTest.php @@ -43,8 +43,6 @@ protected function setUp(): void { $this->job->setArgument([ 'accountId' => 123, ]); - // Set a fake ID - $this->job->setId(99); } public function testAccountDoesntExist(): void { diff --git a/tests/Unit/BackgroundJob/SyncJobTest.php b/tests/Unit/BackgroundJob/SyncJobTest.php index 2eafbddc74..ac2186a257 100644 --- a/tests/Unit/BackgroundJob/SyncJobTest.php +++ b/tests/Unit/BackgroundJob/SyncJobTest.php @@ -39,8 +39,6 @@ protected function setUp(): void { $this->job->setArgument([ 'accountId' => 123, ]); - // Set a fake ID - $this->job->setId(99); } public function testAccountDoesntExist(): void {