diff options
Diffstat (limited to 'server/tests/cli/prune-storage.ts')
-rw-r--r-- | server/tests/cli/prune-storage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/prune-storage.ts b/server/tests/cli/prune-storage.ts index fa1df65a9..d4dbee682 100644 --- a/server/tests/cli/prune-storage.ts +++ b/server/tests/cli/prune-storage.ts | |||
@@ -110,7 +110,7 @@ describe('Test prune storage scripts', function () { | |||
110 | await wait(1000) | 110 | await wait(1000) |
111 | 111 | ||
112 | await waitJobs(servers) | 112 | await waitJobs(servers) |
113 | killallServers(servers) | 113 | await killallServers(servers) |
114 | 114 | ||
115 | await wait(1000) | 115 | await wait(1000) |
116 | }) | 116 | }) |