]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/utils/server/follows.ts
Tests directories refractor
[github/Chocobozzz/PeerTube.git] / server / tests / utils / server / follows.ts
similarity index 98%
rename from server/tests/utils/follows.ts
rename to server/tests/utils/server/follows.ts
index a9f798bcbbd826b35312274b73f4d122e1d04721..82e89175cf13f12692463ee6785650784a842404 100644 (file)
@@ -1,5 +1,5 @@
 import * as request from 'supertest'
-import { wait } from './miscs'
+import { wait } from '../miscs/miscs'
 import { ServerInfo } from './servers'
 
 function getFollowersListPaginationAndSort (url: string, start: number, count: number, sort: string) {