From ba4ed44414335a7e72c7be8b84473e340a4e8ded Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 20 May 2017 13:30:28 +0100 Subject: [PATCH] Change test video *again* --- t/50-network.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/50-network.t b/t/50-network.t index 2dda6ba..98d0c68 100644 --- a/t/50-network.t +++ b/t/50-network.t @@ -7,10 +7,10 @@ use Test::More tests => 4; use WWW::Offliberty qw/off/; my @results; -@results = off "https://youtube.com/watch?v=pJyQpAiMXkg"; +@results = off "https://youtube.com/watch?v=dQw4w9WgXcQ"; cmp_ok @results, '>=', 1, 'youtube'; -@results = off "https://youtube.com/watch?v=pJyQpAiMXkg", video_file => 1; +@results = off "https://youtube.com/watch?v=dQw4w9WgXcQ", video_file => 1; is @results, 2, 'youtube, video_file => 1'; like $results[1], qr/\.mp4/, 'video URL contains ".mp4"'; -- 2.30.2