feat(ui): Sonarr support for the series details popup
This commit is contained in:
@@ -18,6 +18,14 @@ mod test {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_style_indeterminate() {
|
||||
assert_eq!(
|
||||
Style::new().indeterminate(),
|
||||
Style::new().fg(COLOR_ORANGE)
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_style_default() {
|
||||
assert_eq!(Style::new().default(), Style::new().white());
|
||||
|
||||
Reference in New Issue
Block a user