fix: Pass the delete movie params in with the DeleteMovie event when publishing to the networking channel
This commit is contained in:
@@ -355,7 +355,7 @@ mod tests {
|
||||
mock_network
|
||||
.expect_handle_network_event()
|
||||
.with(eq::<NetworkEvent>(
|
||||
RadarrEvent::DeleteMovie(Some(expected_delete_movie_params)).into(),
|
||||
RadarrEvent::DeleteMovie(expected_delete_movie_params).into(),
|
||||
))
|
||||
.times(1)
|
||||
.returning(|_| {
|
||||
|
||||
Reference in New Issue
Block a user