We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f1243 commit 2516485Copy full SHA for 2516485
src/indexes.rs
@@ -661,7 +661,7 @@ impl<'a> Index<'a> {
661
/// # sleep(Duration::from_secs(1));
662
///
663
/// let status = movies.get_all_updates().await.unwrap();
664
- /// assert!(status.len() > 2);
+ /// assert!(status.len() >= 2);
665
/// # client.delete_index("movies_get_all_updates").await.unwrap();
666
/// # });
667
/// ```
0 commit comments