Skip to content

Commit 93ea24a

Browse files
committed
Use run_steps
1 parent c20395b commit 93ea24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/egui_demo_app/tests/test_demo_app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn test_demo_app() {
6666
}
6767

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

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

0 commit comments

Comments
 (0)