Rename the index-scheduler module into insta_snapshot

This commit is contained in:
Kerollmops 2022-10-25 10:23:14 +02:00 committed by Clément Renault
parent 901c405919
commit 4d43a9f5b1
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ mod batch;
pub mod error;
mod index_mapper;
#[cfg(test)]
mod snapshot;
mod insta_snapshot;
mod utils;
pub type Result<T> = std::result::Result<T, Error>;
@ -938,7 +938,7 @@ mod tests {
use uuid::Uuid;
use super::*;
use crate::snapshot::{snapshot_bitmap, snapshot_index_scheduler};
use crate::insta_snapshot::{snapshot_bitmap, snapshot_index_scheduler};
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum FailureLocation {