Append env::consts::OS to snapshot filenames
This commit is contained in:
parent
0ad40d0338
commit
2f98a7e203
5 changed files with 18 additions and 17 deletions
1
examples/todos/snapshots/creates_a_new_task-linux.sha256
Normal file
1
examples/todos/snapshots/creates_a_new_task-linux.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
e0b1f2e0c0af6324eb45fde8e82384d16acc2a80a9e157bdf3f42ac6548181cf
|
||||
|
|
@ -1 +0,0 @@
|
|||
b41c73d214894bf5f94f787e5f265cff6500822b2d4a29a4ac0c847a71db7123
|
||||
|
|
@ -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(),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue