Skip to content

Commit

Permalink
fix the cli match string
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Dec 17, 2024
1 parent cf6c546 commit 3609752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sanity/test/cli/test-01-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ describe('cli version', function() {
expect(result).to.have.property('stderr');

expect(result.stderr).to.be.empty;
expect(result.stdout).to.match(/^8\./);
expect(result.stdout).to.match(/^CLI Version: 8\./);
});
});

0 comments on commit 3609752

Please sign in to comment.