Skip to content

Commit 3fe8e36

Browse files
committed
Fix expectation.
1 parent caeedc1 commit 3fe8e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BackendTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function testTarget()
101101
$this->assertEquals('drush-version', key($parsed['object']));
102102
// @todo --backend not currently populating 'output' for Annotated commands.
103103
// $this->assertStringStartsWith(' Drush Version ', $parsed['output']);
104-
$this->assertEquals('Bootstrap to none', $parsed['log'][0]['message']);
104+
$this->assertEquals('Starting bootstrap to none', $parsed['log'][0]['message']);
105105
}
106106

107107
public function testBackendErrorStatus()

0 commit comments

Comments
 (0)