refactor: Fixed a couple of typos in some test function names

This commit is contained in:
2024-12-13 11:51:23 -07:00
parent 82ce38d7b5
commit 39f8ad2106
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ mod tests {
use crate::ui::DrawUi;
#[test]
fn test_edit_movie_ui_accepts() {
fn test_edit_series_ui_accepts() {
ActiveSonarrBlock::iter().for_each(|active_sonarr_block| {
if EDIT_SERIES_BLOCKS.contains(&active_sonarr_block) {
assert!(EditSeriesUi::accepts(active_sonarr_block.into()));