diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/server/jobs.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/server/jobs.ts b/server/tests/api/server/jobs.ts index 6cc88a123..96ab2a576 100644 --- a/server/tests/api/server/jobs.ts +++ b/server/tests/api/server/jobs.ts | |||
@@ -3,6 +3,7 @@ | |||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import * as chai from 'chai' | 4 | import * as chai from 'chai' |
5 | import { dateIsValid } from '@server/tests/shared' | 5 | import { dateIsValid } from '@server/tests/shared' |
6 | import { wait } from '@shared/core-utils' | ||
6 | import { | 7 | import { |
7 | cleanupTests, | 8 | cleanupTests, |
8 | createMultipleServers, | 9 | createMultipleServers, |
@@ -11,8 +12,6 @@ import { | |||
11 | setAccessTokensToServers, | 12 | setAccessTokensToServers, |
12 | waitJobs | 13 | waitJobs |
13 | } from '@shared/server-commands' | 14 | } from '@shared/server-commands' |
14 | import { wait } from '@shared/core-utils' | ||
15 | import { uuid } from 'short-uuid' | ||
16 | 15 | ||
17 | const expect = chai.expect | 16 | const expect = chai.expect |
18 | 17 | ||