From da5e1a21fce9a303767af4a6d3cab8f0d66e5c87 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 06:02:37 +0800 Subject: test: move test fixtures into `test_proj` subdirectory --- mingling_pathf/test/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_pathf/test/src/lib.rs') diff --git a/mingling_pathf/test/src/lib.rs b/mingling_pathf/test/src/lib.rs index 9d393c2..742e9d0 100644 --- a/mingling_pathf/test/src/lib.rs +++ b/mingling_pathf/test/src/lib.rs @@ -4,7 +4,7 @@ use std::{collections::HashMap, env::current_dir}; #[test] fn test_module_pathf() { - let dir = current_dir().unwrap(); + let dir = current_dir().unwrap().join("test_proj"); let mapping = mingling_pathf::module_pathf::analyze(&dir) .unwrap() .into_iter() -- cgit