1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Rename mock server files

This commit is contained in:
Chocobozzz 2021-07-06 10:35:35 +02:00
parent a92ddacb38
commit c8fc9b4718
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
import 'mocha'
import { expect } from 'chai'
import { MockJoinPeerTubeVersions } from '@shared/extra-utils/mock-servers/joinpeertube-versions'
import { MockJoinPeerTubeVersions } from '@shared/extra-utils'
import { PluginType } from '@shared/models'
import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils'
import { ServerInfo } from '../../../../shared/extra-utils/index'