Append env::consts::OS to snapshot filenames

This commit is contained in:
Héctor Ramón Jiménez 2024-12-17 02:17:07 +01:00
parent 0ad40d0338
commit 2f98a7e203
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 18 additions and 17 deletions

View file

@ -594,12 +594,11 @@ mod tests {
use iced_test::{selector, Error, Simulator};
fn simulator(todos: &Todos) -> Simulator<Message> {
Simulator::with_size(
Simulator::with_settings(
Settings {
fonts: vec![Todos::ICON_FONT.into()],
..Settings::default()
},
(512.0, 512.0),
todos.view(),
)
}