Skip to content

Commit

Permalink
Merge pull request #730 from Universal-Debloater-Alliance/729-bugci-m…
Browse files Browse the repository at this point in the history
…acos-lint-fails

build(ci): fix macOS linting failing
  • Loading branch information
Rudxain authored Dec 8, 2024
2 parents 25dfa8b + f151f54 commit b8f6688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit b8f6688

Please sign in to comment.