Skip to content

Commit

Permalink
refactor: pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 13, 2023
1 parent cf53b7f commit 27a620e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The Lightning Experience-enabled custom domain is unavailable.

# FlowIdNotFound

No ID not found for Flow %s .
No ID not found for Flow %s.

# FlowIdNotFound.actions

Expand Down
2 changes: 1 addition & 1 deletion test/nut/open.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('test org:open command', () => {
});

it('should produce the URL for an existing flow', () => {
const result = execCmd<OrgOpenOutput>(`force:source:open --source-file ${flowPath} --url-only --json`, {
const result = execCmd<OrgOpenOutput>(`force:org:open --source-file ${flowPath} --url-only --json`, {
ensureExitCode: 0,
}).jsonOutput?.result;
assert(result);
Expand Down

0 comments on commit 27a620e

Please sign in to comment.