Use cloned in styling test
This commit is contained in:
parent
e328aeb4b2
commit
9ac50ad094
1 changed files with 2 additions and 2 deletions
|
|
@ -180,14 +180,14 @@ mod tests {
|
||||||
fn it_showcases_every_theme() -> Result<(), Error> {
|
fn it_showcases_every_theme() -> Result<(), Error> {
|
||||||
Theme::ALL
|
Theme::ALL
|
||||||
.par_iter()
|
.par_iter()
|
||||||
|
.cloned()
|
||||||
.map(|theme| {
|
.map(|theme| {
|
||||||
let mut styling = Styling::default();
|
let mut styling = Styling::default();
|
||||||
styling.update(Message::ThemeChanged(theme.clone()));
|
styling.update(Message::ThemeChanged(theme));
|
||||||
|
|
||||||
let theme = styling.theme();
|
let theme = styling.theme();
|
||||||
|
|
||||||
let mut ui = simulator(styling.view());
|
let mut ui = simulator(styling.view());
|
||||||
|
|
||||||
let snapshot = ui.snapshot(&theme)?;
|
let snapshot = ui.snapshot(&theme)?;
|
||||||
|
|
||||||
assert!(
|
assert!(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue