diff options
Diffstat (limited to 'crates/mozart/tests')
| -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 a0e3f25..0520108 100644 --- a/crates/mozart/tests/installer.rs +++ b/crates/mozart/tests/installer.rs @@ -766,10 +766,7 @@ installer_fixture!( ignore = "mozart binary cannot yet run this fixture" ); installer_fixture!(update_to_empty_from_blank); -installer_fixture!( - update_to_empty_from_locked, - ignore = "mozart binary cannot yet run this fixture" -); +installer_fixture!(update_to_empty_from_locked); installer_fixture!( update_with_all_dependencies, ignore = "mozart binary cannot yet run this fixture" |
