From f07fc5891647923606b5f9f84b1221516a9f1d89 Mon Sep 17 00:00:00 2001 From: Inkvisto Date: Wed, 24 Jul 2024 10:13:11 +0300 Subject: [PATCH] ref: rename tests.rs --- module/core/error_tools/tests/error_tools_tests.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 module/core/error_tools/tests/error_tools_tests.rs diff --git a/module/core/error_tools/tests/error_tools_tests.rs b/module/core/error_tools/tests/error_tools_tests.rs deleted file mode 100644 index 0374c10521..0000000000 --- a/module/core/error_tools/tests/error_tools_tests.rs +++ /dev/null @@ -1,7 +0,0 @@ - -#[ allow( unused_imports ) ] -use error_tools as the_module; -#[ allow( unused_imports ) ] -use test_tools::exposed::*; - -mod inc;