From 0a6bafc75f329910bcaeb7d83feee3f9b01db66b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 22 Feb 2026 15:05:35 +0900 Subject: chore: remove some of #[ignore] attributes --- crates/mozart/src/commands/remove.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/mozart/src/commands/remove.rs') diff --git a/crates/mozart/src/commands/remove.rs b/crates/mozart/src/commands/remove.rs index f869d12..5696f3e 100644 --- a/crates/mozart/src/commands/remove.rs +++ b/crates/mozart/src/commands/remove.rs @@ -781,7 +781,6 @@ mod tests { } #[test] - #[ignore] fn test_remove_no_update_only_modifies_json() { use tempfile::tempdir; @@ -814,7 +813,6 @@ mod tests { } #[test] - #[ignore] fn test_remove_dry_run_modifies_nothing() { use tempfile::tempdir; -- cgit v1.3.1