Skip to content

Commit fa84dcf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/commands/bundle/packageBundleVersionCreate.test.ts

Lines changed: 1 addition & 1 deletion
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-
"Package 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

0 commit comments

Comments
 (0)