Fix special style test

macos-click-through
LoipesMas 3 years ago committed by Keith Simmons
parent 4e207fbd19
commit a7d87d6218

@ -144,7 +144,7 @@ mod tests {
style.colors.special = None; style.colors.special = None;
assert_eq!( assert_eq!(
style.special(&DEFAULT_COLORS), style.special(&DEFAULT_COLORS),
DEFAULT_COLORS.special.unwrap() style.foreground(&DEFAULT_COLORS),
); );
} }
} }

Loading…
Cancel
Save