diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-25 15:18:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-25 15:18:29 +0200 |
commit | c8fdfab0e36cc7324c61710009bf334e836485d9 (patch) | |
tree | 4406a2ee9ae5c8c54e2059d8918848ed269365cc /server/tests/api/live/live-socket-messages.ts | |
parent | 5333788c08ab6152303829d4624774b5d788ff40 (diff) | |
download | PeerTube-c8fdfab0e36cc7324c61710009bf334e836485d9.tar.gz PeerTube-c8fdfab0e36cc7324c61710009bf334e836485d9.tar.zst PeerTube-c8fdfab0e36cc7324c61710009bf334e836485d9.zip |
More robust live ending job
Diffstat (limited to 'server/tests/api/live/live-socket-messages.ts')
-rw-r--r-- | server/tests/api/live/live-socket-messages.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-socket-messages.ts b/server/tests/api/live/live-socket-messages.ts index 7668ed5b9..1669369c0 100644 --- a/server/tests/api/live/live-socket-messages.ts +++ b/server/tests/api/live/live-socket-messages.ts | |||
@@ -18,7 +18,7 @@ import { | |||
18 | 18 | ||
19 | const expect = chai.expect | 19 | const expect = chai.expect |
20 | 20 | ||
21 | describe('Test live', function () { | 21 | describe('Test live socket messages', function () { |
22 | let servers: PeerTubeServer[] = [] | 22 | let servers: PeerTubeServer[] = [] |
23 | 23 | ||
24 | before(async function () { | 24 | before(async function () { |