Skip to content

Commit 7f56aef

Browse files
committed
Update system testing for new version
1 parent 2a50b82 commit 7f56aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monorepo/scripts/tests/hyde-cli.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
test('can run the HydeCLI binary', function () {
2020
$output = shell_exec('cd '.BASE_PATH.' && php hyde --no-ansi');
21-
$this->assert(str_contains($output, 'USAGE: hyde <command> [options] [arguments]'),
22-
'HydeCLI output does not contain "USAGE: hyde <command> [options] [arguments]"'
21+
$this->assert(str_contains($output, 'USAGE: <command> [options] [arguments]'),
22+
'HydeCLI output does not contain "USAGE: <command> [options] [arguments]"'
2323
);
2424
});
2525

0 commit comments

Comments
 (0)