Skip to content

Commit 7326bce

Browse files
committed
test: correct import
1 parent 5d4326d commit 7326bce

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
@@ -11,7 +11,7 @@ import { TestSession, execCmd } from '@salesforce/cli-plugins-testkit';
1111
import { expect, config, assert } from 'chai';
1212
import { AuthFields } from '@salesforce/core';
1313
import { ComponentSetBuilder } from '@salesforce/source-deploy-retrieve';
14-
import { OrgOpenOutput } from '../../lib/commands/org/open';
14+
import { OrgOpenOutput } from '../../src/commands/org/open';
1515

1616
let session: TestSession;
1717
let defaultUsername: string;

0 commit comments

Comments
 (0)