mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-21 13:04:19 +02:00
test(theme): skip comparing palette.bright.surface
This commit is contained in:
parent
160c4c9bc4
commit
f151f54df4
1 changed files with 3 additions and 1 deletions
|
|
@ -599,7 +599,9 @@ mod tests {
|
|||
assert_ne!(palette.normal.primary, Color::BLACK);
|
||||
assert_ne!(palette.normal.surface, Color::BLACK);
|
||||
assert_ne!(palette.bright.primary, Color::BLACK);
|
||||
assert_ne!(palette.bright.surface, Color::BLACK);
|
||||
// if `LIGHT` then this can be `BLACK`
|
||||
// https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/pull/730#issuecomment-2525405134
|
||||
//assert_ne!(palette.bright.surface, Color::BLACK);
|
||||
assert_ne!(palette.normal.error, Color::BLACK);
|
||||
assert_ne!(palette.bright.error, Color::BLACK);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue