style: Applied formatting for the lidarr_command_tests
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user