fix(tests): update comment count

This commit is contained in:
ThetaDev 2024-01-29 01:41:46 +01:00
parent b20940e934
commit e5b8a9a9b0
No known key found for this signature in database
GPG key ID: 649CA4EBDC338394

View file

@ -664,7 +664,7 @@ fn get_video_details_chapters(rp: RustyPipe) {
assert!(details.recommended.visitor_data.is_some());
assert_next(details.recommended, rp.query(), 10, 1);
assert_gte(details.top_comments.count.unwrap(), 3200, "comments");
assert_gte(details.top_comments.count.unwrap(), 3000, "comments");
assert!(!details.top_comments.is_exhausted());
assert!(!details.latest_comments.is_exhausted());
}