Skip to content

Commit 2cbc090

Browse files
committed
Fix test
1 parent 8c4f05c commit 2cbc090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/tests/Console/CompileCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testCommand(): void
4848
'command' => $command->getName(),
4949
]);
5050

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

5454
}

0 commit comments

Comments
 (0)