Skip to content

Commit 19ccff9

Browse files
committed
test: no unnecessary async
1 parent 7696395 commit 19ccff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nut/open.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('test org:open command', () => {
8888
expect(result).to.property('url').to.include('secur/frontdoor.jsp');
8989
});
9090

91-
it('org:open command', async () => {
91+
it('org:open command', () => {
9292
const result = execCmd<OrgOpenOutput>('force:org:open --urlonly --json', {
9393
ensureExitCode: 0,
9494
}).jsonOutput?.result;

0 commit comments

Comments
 (0)