style: Applied formatting for the lidarr_command_tests

This commit is contained in:
2026-01-06 10:25:05 -07:00
parent b4a99d1665
commit 4e13d5d34d
+1 -1
View File
@@ -76,6 +76,7 @@ mod tests {
use serde_json::json; use serde_json::json;
use tokio::sync::Mutex; use tokio::sync::Mutex;
use crate::cli::lidarr::get_command_handler::LidarrGetCommand;
use crate::{ use crate::{
app::App, app::App,
cli::{ cli::{
@@ -91,7 +92,6 @@ mod tests {
}, },
network::{MockNetworkTrait, NetworkEvent, lidarr_network::LidarrEvent}, network::{MockNetworkTrait, NetworkEvent, lidarr_network::LidarrEvent},
}; };
use crate::cli::lidarr::get_command_handler::LidarrGetCommand;
#[tokio::test] #[tokio::test]
async fn test_lidarr_cli_handler_delegates_get_commands_to_the_get_command_handler() { async fn test_lidarr_cli_handler_delegates_get_commands_to_the_get_command_handler() {