Skip to content

Commit a6e4100

Browse files
committed
fix
1 parent f98589a commit a6e4100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/testInteg/globalSetup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import * as testUtil from '../test/testUtil'
1717
import { DeviceFlowAuthorization } from '../auth/sso/ssoAccessTokenProvider'
1818
import { globals } from '../shared'
1919
import { GlobalState } from '../shared/globalState'
20-
import { FakeExtensionContext, FakeMemento } from '../test/fakeExtensionContext'
20+
import { FakeExtensionContext } from '../test/fakeExtensionContext'
2121

2222
// ASSUMPTION: Tests are not run concurrently
2323

0 commit comments

Comments
 (0)