Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Reiter committed Sep 15, 2024
1 parent f28fd90 commit b015bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireman-theme/src/skin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ mod tests {
// Load Skin from file
let skin: Skin = Skin::from_file(&test_resource("empty.toml")).unwrap();
// Assert
assert_eq!(skin.base.background, Color::rgb(15, 23, 42));
assert_eq!(skin.base.background, Color::rgb(2, 6, 23));
}
#[test]
fn test_skin_from_file() {
Expand Down

0 comments on commit b015bbb

Please sign in to comment.