diff options
Diffstat (limited to 'crates/shirabe/tests/common')
| -rw-r--r-- | crates/shirabe/tests/common/test_case.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/common/test_case.rs b/crates/shirabe/tests/common/test_case.rs index 2b94bbe1..6c3bb5ad 100644 --- a/crates/shirabe/tests/common/test_case.rs +++ b/crates/shirabe/tests/common/test_case.rs @@ -183,7 +183,7 @@ pub(crate) fn installation_manager( config, ))); let r#loop = std::rc::Rc::new(std::cell::RefCell::new(Loop::new(http_downloader, None))); - std::rc::Rc::new(std::cell::RefCell::new(InstallationManager::new( + std::rc::Rc::new(std::cell::RefCell::new(InstallationManager::__new_mock( r#loop, io.clone(), None, |
