Skip to content

Commit

Permalink
feat: remove stl from deploy for this pr
Browse files Browse the repository at this point in the history
  • Loading branch information
klewis-sfdc committed Apr 5, 2023
1 parent 38fcffa commit 72b7af0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@ describe('Base Deploy Retrieve Commands', () => {
setApiVersionOnStub = sb.stub(componentSetUtils, 'setApiVersionOn');
const mockExtensionContext = new MockExtensionContext(false);
PersistentStorageService.initialize(mockExtensionContext);
sb.stub(SourceTrackingService, 'createSourceTracking').resolves({
ensureLocalTracking: async () => {}
});
});

class TestDeploy extends DeployExecutor<{}> {
Expand Down

0 comments on commit 72b7af0

Please sign in to comment.