diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2018-01-25 02:12:42 -0500 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-25 08:12:42 +0100 |
commit | 2bb0f9d501845d049827a91138ceb28d729228ec (patch) | |
tree | f6d240bc6856cf85a042365168fc15f13039d540 /server | |
parent | d59a8da813491d4cfad188adb0e3fc7a2306f835 (diff) | |
download | PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.tar.gz PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.tar.zst PeerTube-2bb0f9d501845d049827a91138ceb28d729228ec.zip |
Misc. typos (#245)
Found via `codespell -q 3`
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/server/follows.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index 7c4dea458..46ad4879e 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts | |||
@@ -169,7 +169,7 @@ describe('Test follows', function () { | |||
169 | await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 0, 0) | 169 | await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 0, 0) |
170 | }) | 170 | }) |
171 | 171 | ||
172 | it('Should upload a video on server 2 ans 3 and propagate only the video of server 2', async function () { | 172 | it('Should upload a video on server 2 and 3 and propagate only the video of server 2', async function () { |
173 | this.timeout(10000) | 173 | this.timeout(10000) |
174 | 174 | ||
175 | await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' }) | 175 | await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' }) |