Skip to content

Commit

Permalink
Fixed additional tests that failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tangix committed Aug 23, 2022
1 parent 79d0dfc commit 5adfe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Commands/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testCommandCall()
$command = new $commands['app:info']['class']($this->logger, $this->commands);

$command->bomb();
$this->assertStringContainsString('Invalid background color:', $this->getBuffer());
$this->assertStringContainsString('Invalid "background" color:', $this->getBuffer());
}

public function testAbstractCommand()
Expand Down

0 comments on commit 5adfe11

Please sign in to comment.