Skip to content

Commit 2516485

Browse files
committed
Fix test
1 parent 29f1243 commit 2516485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!(status.len() > 2);
664+
/// assert!(status.len() >= 2);
665665
/// # client.delete_index("movies_get_all_updates").await.unwrap();
666666
/// # });
667667
/// ```

0 commit comments

Comments
 (0)