1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Fix test (#99)

This commit is contained in:
Adrian Calinescu
2020-04-26 23:49:30 +03:00
committed by GitHub
parent 042e79d57f
commit 98069048a8

View File

@@ -37,8 +37,8 @@ describe('Destreamer', () => {
const expectedOut: string[] = [ const expectedOut: string[] = [
"https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd", "https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd",
"https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd", "https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd",
"https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd?a=b&c", "https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd",
"https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd?a" "https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd"
]; ];
const tmpFile = tmp.fileSync({ postfix: '.txt' }); const tmpFile = tmp.fileSync({ postfix: '.txt' });
let testOut: string[]; let testOut: string[];