From 734d255efaa26bcb18b29d655bf30f8affb3a852 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 26 Nov 2025 15:36:12 +0000 Subject: test: use fixtures in push tests --- grasp-audit/src/specs/grasp01/git_clone.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grasp-audit/src/specs/grasp01/git_clone.rs') diff --git a/grasp-audit/src/specs/grasp01/git_clone.rs b/grasp-audit/src/specs/grasp01/git_clone.rs index f85f94a..da60f26 100644 --- a/grasp-audit/src/specs/grasp01/git_clone.rs +++ b/grasp-audit/src/specs/grasp01/git_clone.rs @@ -267,7 +267,7 @@ impl GitCloneTests { #[cfg(test)] mod tests { - use super::*; + #[test] fn test_module_exists() { -- cgit v1.2.3