From 69eb2b5580d67c475b366e37c03e61efb28340d7 Mon Sep 17 00:00:00 2001 From: YuliaProkopovych Date: Fri, 26 Apr 2024 14:51:45 +0300 Subject: [PATCH] fix tests --- module/core/impls_index/tests/inc/impls3_test.rs | 4 ++-- module/core/impls_index/tests/inc/mod.rs | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/module/core/impls_index/tests/inc/impls3_test.rs b/module/core/impls_index/tests/inc/impls3_test.rs index 5c58b895ac..860acd126a 100644 --- a/module/core/impls_index/tests/inc/impls3_test.rs +++ b/module/core/impls_index/tests/inc/impls3_test.rs @@ -1,5 +1,5 @@ -use super::the_module; -use the_module::*; +use super::*; +use the_module::prelude::impls3; // diff --git a/module/core/impls_index/tests/inc/mod.rs b/module/core/impls_index/tests/inc/mod.rs index 15243b4c92..d7b9687e2f 100644 --- a/module/core/impls_index/tests/inc/mod.rs +++ b/module/core/impls_index/tests/inc/mod.rs @@ -10,8 +10,6 @@ mod impls3_test; mod index_test; mod tests_index_test; -use crate::only_for_terminal_module; - only_for_terminal_module! {