From 98069048a89472614ee373601c515332476805fb Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Sun, 26 Apr 2020 23:49:30 +0300 Subject: [PATCH] Fix test (#99) --- test/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.ts b/test/test.ts index b023464..97a4f29 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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[];