Fix tests

This commit is contained in:
Mattia 2020-10-17 14:46:40 +02:00
parent 7e36349220
commit 9c46b9bd2c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void main() {
expect(video.thumbnails.highResUrl, isNotEmpty);
expect(video.thumbnails.standardResUrl, isNotEmpty);
expect(video.thumbnails.maxResUrl, isNotEmpty);
expect(video.keywords, orderedEquals(['osu', 'mouse', '"rhythm game"']));
expect(video.keywords, orderedEquals(['osu', 'mouse', 'rhythm game']));
expect(video.engagement.viewCount, greaterThanOrEqualTo(134));
expect(video.engagement.likeCount, greaterThanOrEqualTo(5));
expect(video.engagement.dislikeCount, greaterThanOrEqualTo(0));