From 7f56aef3df463d8749f4918f19a7eb355ba442b3 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 19 Oct 2023 15:24:22 +0200 Subject: [PATCH] Update system testing for new version --- monorepo/scripts/tests/hyde-cli.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monorepo/scripts/tests/hyde-cli.php b/monorepo/scripts/tests/hyde-cli.php index 1d226abb0f5..c9d8a19b321 100644 --- a/monorepo/scripts/tests/hyde-cli.php +++ b/monorepo/scripts/tests/hyde-cli.php @@ -18,8 +18,8 @@ test('can run the HydeCLI binary', function () { $output = shell_exec('cd '.BASE_PATH.' && php hyde --no-ansi'); - $this->assert(str_contains($output, 'USAGE: hyde [options] [arguments]'), - 'HydeCLI output does not contain "USAGE: hyde [options] [arguments]"' + $this->assert(str_contains($output, 'USAGE: [options] [arguments]'), + 'HydeCLI output does not contain "USAGE: [options] [arguments]"' ); });