Skip to content

Commit

Permalink
Fix test removeSpecials numbers (due to bba1dc9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Dec 22, 2024
1 parent f3e1971 commit a36dd77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MediaListFiltersTest {
assertEquals("超元气三姐妹", removeSpecials("超元气三姐妹"))
}
add("中二病也要谈恋爱") {
assertEquals("中二病也要谈恋爱", removeSpecials("中二病也要谈恋爱!"))
assertEquals("中二病也要谈恋爱", removeSpecials("中二病也要谈恋爱!"))
}
}

Expand Down

0 comments on commit a36dd77

Please sign in to comment.