Add index snapshot test helper function

This commit is contained in:
Loïc Lecrenier 2022-08-03 08:45:26 +02:00
parent 950d8e4c44
commit 334098a7e0
3 changed files with 327 additions and 0 deletions

View file

@ -13,6 +13,10 @@ pub mod proximity;
mod search;
pub mod update;
#[cfg(test)]
#[macro_use]
pub mod snapshot_tests;
use std::collections::{BTreeMap, HashMap};
use std::convert::{TryFrom, TryInto};
use std::hash::BuildHasherDefault;