Skip to content

Commit bdd885d

Browse files
committed
fix imports
1 parent dd5d46c commit bdd885d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
*/
55
import assert from 'assert'
66
import { WorkspaceFolder } from 'vscode'
7-
import { fs, getRandomString } from '../../shared'
8-
import { performanceTest } from '../../shared/performance/performance'
9-
import { createTestWorkspace } from '../testUtil'
10-
import { downloadExportResultArchive } from '../../shared/utilities/download'
117
import { ExportResultArchiveCommandInput } from '@amzn/codewhisperer-streaming'
128
import * as sinon from 'sinon'
139
import path from 'path'
10+
import { fs, getRandomString } from '../shared'
11+
import { createTestWorkspace } from '../test/testUtil'
12+
import { performanceTest } from '../shared/performance/performance'
13+
import { downloadExportResultArchive } from '../shared/utilities/download'
1414

1515
interface SetupResult {
1616
workspace: WorkspaceFolder

0 commit comments

Comments
 (0)