Skip to content

Commit

Permalink
DD#0000: feat: Updated joy test
Browse files Browse the repository at this point in the history
  • Loading branch information
valguss committed Mar 22, 2022
1 parent b6fd56c commit 84ef107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legacy/DeployTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function testIsUnlockedExitsWithOneWhenDeployIsLocked()
$this->dep(self::RECIPE, 'deploy:is_locked');
$display = $this->tester->getDisplay();

self::assertStringContainsString('Deploy is locked.', $display);
self::assertStringContainsString('Deploy is locked by ', $display);
self::assertSame(1, $this->tester->getStatusCode());
}

Expand Down

0 comments on commit 84ef107

Please sign in to comment.