Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 5, 2020
1 parent 8c4f05c commit 2cbc090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/tests/Console/CompileCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testCommand(): void
'command' => $command->getName(),
]);

self::assertStringContainsString('Patching failed', $commandTester->getDisplay());
self::assertSame('', $commandTester->getDisplay());
}

}

0 comments on commit 2cbc090

Please sign in to comment.