Skip to content

Commit 7c92ff5

Browse files
committed
chore: remove only from test
1 parent a451aa5 commit 7c92ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/retrieve/start.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('project retrieve start', () => {
152152
ensureCreateComponentSetArgs({ sourcepath });
153153
ensureRetrieveArgs({ format: 'source' });
154154
});
155-
it.only('should pass along retrievetargetdir', async () => {
155+
it('should pass along retrievetargetdir', async () => {
156156
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
157157
// @ts-ignore
158158
const renameStub = $$.SANDBOX.stub(RetrieveMetadata.prototype, 'moveResultsForRetrieveTargetDir').resolves();

0 commit comments

Comments
 (0)