We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94aefcf commit d141ffdCopy full SHA for d141ffd
test/commands/retrieve/start.test.ts
@@ -254,7 +254,7 @@ describe('project retrieve start', () => {
254
it('should display warning when using package-name flag', async () => {
255
await RetrieveMetadata.run(['--package-name', 'package1']);
256
expect(uxStubs.warn.firstCall.args[0]).to.equal(
257
- 'Metadata from retrieved packages is meant for reference only, not development'
+ 'Metadata from retrieved packages is meant for your reference only, not development.'
258
);
259
});
260
0 commit comments