Fix test3

This commit is contained in:
Mattia 2020-09-11 12:12:41 +02:00
parent 1978125984
commit b055734967
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ void main() {
.getVideosAsync('undead corporation megalomania')
.toList();
expect(videos, isNotEmpty);
});
}, skip: 'Endpoint removed from YouTube');
//TODO: Find out why this fails
test('SearchYouTubeVideosFromPage', () async {