Skip to content

Commit 0e7e7e3

Browse files
committed
chore: fix test
1 parent 6827631 commit 0e7e7e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/commands/bundle/packageBundleVersionCreate.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ describe('package:bundle:version:create - tests', () => {
213213
expect(warnStub.callCount).to.equal(0);
214214
expect(logStub.callCount).to.equal(1);
215215
expect(logStub.args[0]).to.deep.equal([
216-
"Bundle version creation is Queued. Use 'sf package bundle version create report -i 08c3i000000fylgBBB' to check the status later.",
216+
"Package bundle version creation is Queued. Use \"sf package bundle version create report -i 08c3i000000fylgBBB\" to check the status later.",
217217
]);
218218
});
219219

@@ -231,7 +231,7 @@ describe('package:bundle:version:create - tests', () => {
231231
} catch (e) {
232232
const msg = (e as Error).message.replace(/\r\n/g, '\n');
233233
expect(msg).to.equal(
234-
'The following errors occurred during bundle version creation:\n' +
234+
'The following errors occurred during package bundle version creation:\n' +
235235
'PropertyController: Invalid type: Schema.Property__c\n' +
236236
'SampleDataController: Invalid type: Schema.Property__c\n' +
237237
'SampleDataController: Invalid type: Schema.Broker__c'

0 commit comments

Comments
 (0)