diff options
Diffstat (limited to 'crates/mozart/src/commands/remove.rs')
| -rw-r--r-- | crates/mozart/src/commands/remove.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/mozart/src/commands/remove.rs b/crates/mozart/src/commands/remove.rs index a25d557..ff3df47 100644 --- a/crates/mozart/src/commands/remove.rs +++ b/crates/mozart/src/commands/remove.rs @@ -675,8 +675,6 @@ mod tests { use mozart_registry::lockfile; use std::collections::BTreeMap; - // ──────────── Helper constructors ──────────── - fn make_locked_package(name: &str, version: &str) -> lockfile::LockedPackage { lockfile::LockedPackage { name: name.to_string(), @@ -726,8 +724,6 @@ mod tests { RawPackageData::new(name.to_string()) } - // ──────────── Unit tests ──────────── - /// Remove a package from `require`, verify it's gone from `RawPackageData`. #[test] fn test_remove_from_require() { @@ -875,8 +871,6 @@ mod tests { ); } - // ──────────── Integration tests (network, #[ignore]) ──────────── - #[tokio::test] #[ignore] async fn test_remove_full_e2e() { |
