Skip to content

Commit

Permalink
Use run_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Jan 6, 2025
1 parent c2bf6ad commit c841e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_demo_app/tests/test_demo_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn test_demo_app() {
}

// Can't use Harness::run because fractal clock keeps requesting repaints
harness.try_run().ok();
harness.run_steps(2);

if let Err(e) = harness.try_snapshot(&anchor.to_string()) {
results.push(e);
Expand Down

0 comments on commit c841e08

Please sign in to comment.