X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fshared%2Ftracker.ts;h=9c1f0246a3448c0219f75318c2dea6b62ff5baf9;hb=f304a1580b5ce7b6c5f9e25cd3ddc63ca8d8c6a1;hp=699895d5f327fcbc6d02631f3b7bbd513aa440f4;hpb=c55e3d7227fe1453869e309025996b9d75256d5d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/shared/tracker.ts b/server/tests/shared/tracker.ts index 699895d5f..9c1f0246a 100644 --- a/server/tests/shared/tracker.ts +++ b/server/tests/shared/tracker.ts @@ -1,5 +1,5 @@ import { expect } from 'chai' -import { sha1 } from '@shared/core-utils' +import { sha1 } from '@shared/extra-utils' import { makeGetRequest } from '@shared/server-commands' async function hlsInfohashExist (serverUrl: string, masterPlaylistUrl: string, fileNumber: number) {