mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
restore test
This commit is contained in:
@ -50,9 +50,7 @@ async fn list_no_updates() {
|
||||
assert!(response.as_array().unwrap().is_empty());
|
||||
}
|
||||
|
||||
// TODO: fix #32
|
||||
#[actix_rt::test]
|
||||
#[ignore]
|
||||
async fn list_updates() {
|
||||
let server = Server::new().await;
|
||||
let index = server.index("test");
|
||||
|
Reference in New Issue
Block a user