diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-22 15:05:35 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-22 15:05:35 +0900 |
| commit | 0a6bafc75f329910bcaeb7d83feee3f9b01db66b (patch) | |
| tree | b625c909bfa8533c64043cac32001adea0ae8a49 /crates/mozart/src/commands/remove.rs | |
| parent | bdb86358ac558e988ead2d6387e92a78a54eebc4 (diff) | |
| download | php-mozart-0a6bafc75f329910bcaeb7d83feee3f9b01db66b.tar.gz php-mozart-0a6bafc75f329910bcaeb7d83feee3f9b01db66b.tar.zst php-mozart-0a6bafc75f329910bcaeb7d83feee3f9b01db66b.zip | |
chore: remove some of #[ignore] attributes
Diffstat (limited to 'crates/mozart/src/commands/remove.rs')
| -rw-r--r-- | crates/mozart/src/commands/remove.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
