refactor(indexers_handler): Use the new handle_table_events macro

This commit is contained in:
2024-12-08 13:24:18 -07:00
parent b060518778
commit dd23e84ccf
5 changed files with 33 additions and 15 deletions
@@ -515,6 +515,7 @@ mod tests {
#[test]
fn test_indexer_settings_key() {
let mut app = App::default();
app.data.sonarr_data.indexers.set_items(vec![Indexer::default()]);
app.push_navigation_stack(ActiveSonarrBlock::Indexers.into());
app
.data