mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix tests
This commit is contained in:
parent
0d3fb5ee0d
commit
0dfd1b74c8
10 changed files with 23 additions and 22 deletions
|
@ -143,7 +143,7 @@ mod test {
|
|||
use crate::index_controller::update_actor::{
|
||||
MockUpdateActorHandle, UpdateActorHandleImpl, error::UpdateActorError,
|
||||
};
|
||||
use crate::index_controller::uuid_resolver::{MockUuidResolverHandle, UuidResolverError};
|
||||
use crate::index_controller::uuid_resolver::{MockUuidResolverHandle, error::UuidResolverError};
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn test_normal() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue