Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Sep 18, 2024
1 parent 2d28516 commit ea2b044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/SiteCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function testSiteInfoNoArgCommand()
public function testSiteLabelCommand()
{
$label = uniqid('test-label');
$command = sprintf('site:label %s "%s"', $this->getSiteName(), $label);
$command = sprintf('site:label:set %s "%s"', $this->getSiteName(), $label);
$this->terminus(
$command,
['--yes']
Expand Down

0 comments on commit ea2b044

Please sign in to comment.