diff --git a/packages/framework/tests/Feature/StaticSiteServiceTest.php b/packages/framework/tests/Feature/StaticSiteServiceTest.php index c4bc8d35dbf..165a11ad07b 100644 --- a/packages/framework/tests/Feature/StaticSiteServiceTest.php +++ b/packages/framework/tests/Feature/StaticSiteServiceTest.php @@ -83,7 +83,6 @@ public function test_all_page_types_can_be_compiled() ->expectsOutput('Creating Markdown Pages...') ->expectsOutput('Creating Markdown Posts...') ->expectsOutput('Creating Documentation Pages...') - ->doesntExpectOutputToContain('Creating') ->assertExitCode(0); $this->assertFileExists(Hyde::path('_site/html.html'));