File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ impl<'a> Index<'a> {
661661 /// # sleep(Duration::from_secs(1));
662662 ///
663663 /// let status = movies.get_all_updates().await.unwrap();
664- /// assert_eq !(status.len(), 2);
664+ /// assert !(status.len() > 2);
665665 /// # client.delete_index("movies_get_all_updates").await.unwrap();
666666 /// # });
667667 /// ```
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ impl<'a> Index<'a> {
472472 /// "asc(release_date)",
473473 /// "desc(rank)",
474474 /// ];
475- /// let progress = movie_index.set_ranking_rules(&ranking_rule ).await.unwrap();
475+ /// let progress = movie_index.set_ranking_rules(ranking_rules ).await.unwrap();
476476 /// # std::thread::sleep(std::time::Duration::from_secs(2));
477477 /// # progress.get_status().await.unwrap();
478478 /// # });
You can’t perform that action at this time.
0 commit comments