Fix test (#99)
This commit is contained in:
parent
042e79d57f
commit
98069048a8
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ describe('Destreamer', () => {
|
|||
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?a=b&c",
|
||||
"https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd?a"
|
||||
"https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd",
|
||||
"https://web.microsoftstream.com/video/xxxxxxxx-zzzz-hhhh-rrrr-dddddddddddd"
|
||||
];
|
||||
const tmpFile = tmp.fileSync({ postfix: '.txt' });
|
||||
let testOut: string[];
|
||||
|
|
Loading…
Reference in a new issue