diff --git a/test/video_test.dart b/test/video_test.dart index f238677..519ddfe 100644 --- a/test/video_test.dart +++ b/test/video_test.dart @@ -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));