re-use strip_colors

This commit is contained in:
Anton-4 2024-02-16 16:32:46 +01:00
parent 00d1ac0aef
commit f66711d53e
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
5 changed files with 23 additions and 27 deletions

View file

@ -757,7 +757,7 @@ mod test_reporting {
&DEFAULT_PALETTE,
);
assert_eq!(human_readable(&buf), "<blue>activityIndicatorLarge<reset>");
assert_eq!(human_readable(&buf), "<cyan>activityIndicatorLarge<reset>");
}
#[test]