fix(tests): update comment count
This commit is contained in:
parent
5eb4e91fa5
commit
0463996335
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ fn get_video_details_chapters(rp: RustyPipe) {
|
||||||
assert!(details.recommended.visitor_data.is_some());
|
assert!(details.recommended.visitor_data.is_some());
|
||||||
assert_next(details.recommended, rp.query(), 10, 1);
|
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.top_comments.is_exhausted());
|
||||||
assert!(!details.latest_comments.is_exhausted());
|
assert!(!details.latest_comments.is_exhausted());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue