fix tests

Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
Pierre Fenoll 2022-03-23 01:14:41 +01:00
parent 9043273c0f
commit 6718cd81d5

View File

@ -88,7 +88,7 @@ mod tests {
);
assert_eq!(
color_to_hex(Color32::from_rgba_premultiplied(226, 226, 226, 119)),
"e2e2e277".to_string()
"#e2e2e277".to_string()
);
}
}