diff options
Diffstat (limited to 'crates/shirabe/tests/plugin/value_round_trip_test.rs')
| -rw-r--r-- | crates/shirabe/tests/plugin/value_round_trip_test.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/shirabe/tests/plugin/value_round_trip_test.rs b/crates/shirabe/tests/plugin/value_round_trip_test.rs index 3e01422a..51ff2899 100644 --- a/crates/shirabe/tests/plugin/value_round_trip_test.rs +++ b/crates/shirabe/tests/plugin/value_round_trip_test.rs @@ -4,7 +4,8 @@ //! in-process), so the fixture `fixtures/values-v1` is Shirabe-owned. use crate::async_runtime::run; -use crate::plugin_installer_test::{lock_php_worker, new_installer, php_runtime_available, set_up}; +use crate::php_worker::{lock_php_worker, php_runtime_available}; +use crate::plugin_installer_test::{new_installer, set_up}; use indexmap::IndexMap; use shirabe::installer::InstallerInterface; use shirabe::package::Link; |
