Skip to content

Commit

Permalink
update cli version in tests
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 f691fda commit cf6c546
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(/^7\./);
expect(result.stdout).to.match(/^8\./);
});
});

0 comments on commit cf6c546

Please sign in to comment.