feat(cli): Support for refreshing all Sonarr series data
This commit is contained in:
@@ -82,7 +82,7 @@ mod tests {
|
||||
#[case(RadarrRefreshCommand::Collections, RadarrEvent::UpdateCollections)]
|
||||
#[case(RadarrRefreshCommand::Downloads, RadarrEvent::UpdateDownloads)]
|
||||
#[tokio::test]
|
||||
async fn test_handle_list_blocklist_command(
|
||||
async fn test_handle_refresh_command(
|
||||
#[case] refresh_command: RadarrRefreshCommand,
|
||||
#[case] expected_radarr_event: RadarrEvent,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user