Skip to content

Commit fe22e54

Browse files
committed
Fix rebase errors
1 parent be7fa9b commit fe22e54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/search.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ mod tests {
16901690
Ok(())
16911691
}
16921692

1693-
#[tokio::test]
1693+
#[meilisearch_test]
16941694
async fn test_hybrid() -> Result<(), Error> {
16951695
// this is mocked as I could not get the hybrid searching to work
16961696
// See https://github.com/meilisearch/meilisearch-rust/pull/554 for further context
@@ -1721,6 +1721,7 @@ mod tests {
17211721
Ok(())
17221722
}
17231723

1724+
#[meilisearch_test]
17241725
async fn test_facet_search_with_search_query(
17251726
client: Client,
17261727
index: Index,

0 commit comments

Comments
 (0)