test: Mark loop scheduling test for rewrite
This commit is contained in:
@ -184,6 +184,9 @@ mod test {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: This should only test the scheduling in handle_event.
|
||||||
|
// This means it should be separated from actual application logic,
|
||||||
|
// and use a mock state instead.
|
||||||
#[test]
|
#[test]
|
||||||
fn schedule_hide() {
|
fn schedule_hide() {
|
||||||
let start = Instant::now(); // doesn't matter when. It would be better to have a reproducible value though
|
let start = Instant::now(); // doesn't matter when. It would be better to have a reproducible value though
|
||||||
|
|||||||
Reference in New Issue
Block a user