Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Mar 18, 2024
1 parent 596c23d commit 5a0b536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/deploy/metadata/cancel.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('deploy metadata cancel NUTs', () => {
expect(cacheBefore).to.have.property(first.id);

const cancel = execCmd<DeployResultJson>(
`deploy:metadata:cancel --job-id ${first.id} --target-org ${session.orgs.get('default')?.username}--json`
`deploy:metadata:cancel --job-id ${first.id} --target-org ${session.orgs.get('default')?.username} --json`
);
assert(cancel.jsonOutput);

Expand Down

0 comments on commit 5a0b536

Please sign in to comment.