diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-25 09:46:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-14 15:37:42 +0200 |
commit | da3a3ab6829107b3ed7f18dda42648dfde41871d (patch) | |
tree | 0440ec299637afa27b7c965a36ae61a2b8ddb03e /server/tests/api/search/search-videos.ts | |
parent | 56ba489f67474b176ddbba2f5f6247df583c868a (diff) | |
download | PeerTube-da3a3ab6829107b3ed7f18dda42648dfde41871d.tar.gz PeerTube-da3a3ab6829107b3ed7f18dda42648dfde41871d.tar.zst PeerTube-da3a3ab6829107b3ed7f18dda42648dfde41871d.zip |
Try parallel check params tests
Diffstat (limited to 'server/tests/api/search/search-videos.ts')
-rw-r--r-- | server/tests/api/search/search-videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/search/search-videos.ts b/server/tests/api/search/search-videos.ts index 1a086b33a..22d3a5951 100644 --- a/server/tests/api/search/search-videos.ts +++ b/server/tests/api/search/search-videos.ts | |||
@@ -18,7 +18,7 @@ import { | |||
18 | 18 | ||
19 | const expect = chai.expect | 19 | const expect = chai.expect |
20 | 20 | ||
21 | describe('Test a videos search', function () { | 21 | describe('Test videos search', function () { |
22 | let server: ServerInfo = null | 22 | let server: ServerInfo = null |
23 | let startDate: string | 23 | let startDate: string |
24 | 24 | ||