mirror of
https://github.com/fossasia/badgemagic-rs
synced 2025-07-27 05:53:57 +00:00
Compare commits
2 commits
dce7dcbb38
...
4d46991085
Author | SHA1 | Date | |
---|---|---|---|
|
4d46991085 | ||
|
4894bdef2d |
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ mod test {
|
||||||
];
|
];
|
||||||
|
|
||||||
for i in VALID_BRIGHTNESS_VALUES {
|
for i in VALID_BRIGHTNESS_VALUES {
|
||||||
assert_eq!(u8::from(Brightness::from(i.0)), i.1);
|
assert_eq!(u8::from(i.0), i.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue