X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fvideos%2Fvideos-views-cleaner.ts;h=7f7597af4c078c2c5d5d8368f3d6cd183962a396;hb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;hp=0be03ddd2ade37713aa8909aa66dc1e45230d581;hpb=254d3579f5338f5fd775c17d15cdfc37078bcfb4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/videos/videos-views-cleaner.ts b/server/tests/api/videos/videos-views-cleaner.ts index 0be03ddd2..7f7597af4 100644 --- a/server/tests/api/videos/videos-views-cleaner.ts +++ b/server/tests/api/videos/videos-views-cleaner.ts @@ -4,14 +4,14 @@ import 'mocha' import * as chai from 'chai' import { cleanupTests, - doubleFollow, createMultipleServers, + doubleFollow, killallServers, PeerTubeServer, setAccessTokensToServers, wait, waitJobs -} from '../../../../shared/extra-utils' +} from '../../../../shared/server-commands' const expect = chai.expect