diff --git a/tests/playbook.rs b/tests/playbook.rs index 5eecb8b..0dbd1af 100644 --- a/tests/playbook.rs +++ b/tests/playbook.rs @@ -1,7 +1,7 @@ #[cfg(test)] mod tests { - use serde_json::json; use rs_ansible::*; + use serde_json::json; #[test] fn generate_connection_options() {