diff --git a/tests/Jobs/NotifyNewCommitsToDiffusionTest.php b/tests/Jobs/NotifyNewCommitsToDiffusionTest.php --- a/tests/Jobs/NotifyNewCommitsToDiffusionTest.php +++ b/tests/Jobs/NotifyNewCommitsToDiffusionTest.php @@ -36,7 +36,7 @@ $job = $this->mockJob("not-existing-project"); $job->handle(); - $this->markTestIncomplete(); + $this->expectNotToPerformAssertions(); } ///