This commit is contained in:
ad hoc 2022-04-01 11:21:51 +02:00
parent 2cb71dff4a
commit 853b4a520f
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
2 changed files with 3 additions and 6 deletions

View file

@ -564,9 +564,8 @@ mod test {
use rand::rngs::StdRng;
use rand::{Rng, SeedableRng};
use crate::index::{DEFAULT_MIN_WORD_LEN_ONE_TYPO, DEFAULT_MIN_WORD_LEN_TWO_TYPOS};
use super::*;
use crate::index::{DEFAULT_MIN_WORD_LEN_ONE_TYPO, DEFAULT_MIN_WORD_LEN_TWO_TYPOS};
#[derive(Debug)]
struct TestContext {