From 9652fa911418be058df1169120dbff88ae33eb7a Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Thu, 15 Jun 2023 08:44:15 -0400 Subject: [PATCH] Removed unused import Signed-off-by: Andrew W. Harn --- .../__tests__/__unit__/profiles/ProfilesCache.unit.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts b/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts index c091c46f63..ac1aa333cb 100644 --- a/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts +++ b/packages/zowe-explorer-api/__tests__/__unit__/profiles/ProfilesCache.unit.test.ts @@ -14,8 +14,6 @@ import * as path from "path"; import * as zowe from "@zowe/cli"; import { ProfilesCache } from "../../../src/profiles/ProfilesCache"; import { ZoweExplorerApi } from "../../../src"; -import { getSecurityModules } from "../../../src/security/KeytarCredentialManager"; -jest.mock("../../../src/security/KeytarCredentialManager"); jest.mock("fs"); jest.mock("@zowe/cli", () => {