Move test_utils into tests module

This commit is contained in:
Lukas Wirth 2021-06-16 21:45:02 +02:00
parent 11115ebad8
commit aa644b5585
26 changed files with 194 additions and 238 deletions

View file

@ -335,7 +335,7 @@ mod tests {
use crate::{
item::CompletionRelevanceTypeMatch,
test_utils::{check_edit, do_completion, get_all_items, TEST_CONFIG},
tests::{check_edit, do_completion, get_all_items, TEST_CONFIG},
CompletionKind, CompletionRelevance,
};