Skip to content

Commit

Permalink
Update start.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Aug 12, 2024
1 parent 94aefcf commit d141ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/retrieve/start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ describe('project retrieve start', () => {
it('should display warning when using package-name flag', async () => {
await RetrieveMetadata.run(['--package-name', 'package1']);
expect(uxStubs.warn.firstCall.args[0]).to.equal(
'Metadata from retrieved packages is meant for reference only, not development'
'Metadata from retrieved packages is meant for your reference only, not development.'
);
});

Expand Down

0 comments on commit d141ffd

Please sign in to comment.