diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 15:36:12 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 17:16:24 +0000 |
| commit | 734d255efaa26bcb18b29d655bf30f8affb3a852 (patch) | |
| tree | b0d5b72e38bd4ceb6d35334741708f2a774a4994 /grasp-audit/src/specs/grasp01/git_clone.rs | |
| parent | 158d3f0722e731f2b534951069c322c5cbb5a721 (diff) | |
test: use fixtures in push tests
Diffstat (limited to 'grasp-audit/src/specs/grasp01/git_clone.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/git_clone.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 267 | 267 | ||
| 268 | #[cfg(test)] | 268 | #[cfg(test)] |
| 269 | mod tests { | 269 | mod tests { |
| 270 | use super::*; | 270 | |
| 271 | 271 | ||
| 272 | #[test] | 272 | #[test] |
| 273 | fn test_module_exists() { | 273 | fn test_module_exists() { |