diff options
Diffstat (limited to 'crates/mozart')
| -rw-r--r-- | crates/mozart/tests/installer.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/mozart/tests/installer.rs b/crates/mozart/tests/installer.rs index 5d83bac..314771c 100644 --- a/crates/mozart/tests/installer.rs +++ b/crates/mozart/tests/installer.rs @@ -791,10 +791,7 @@ installer_fixture!( update_without_lock, ignore = "mozart binary cannot yet run this fixture" ); -installer_fixture!( - updating_dev_from_lock_removes_old_deps, - ignore = "mozart binary cannot yet run this fixture" -); +installer_fixture!(updating_dev_from_lock_removes_old_deps); installer_fixture!( updating_dev_updates_url_and_reference, ignore = "mozart binary cannot yet run this fixture" |
