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