Fix some tests (mostly more run_until_parked's...)
This commit is contained in:
parent
276bfa0fab
commit
2ca462722c
4 changed files with 9 additions and 11 deletions
|
@ -545,7 +545,8 @@ use derive_more::{Deref, DerefMut};
|
|||
pub struct VisualTestContext {
|
||||
#[deref]
|
||||
#[deref_mut]
|
||||
cx: TestAppContext,
|
||||
/// cx is the original TestAppContext (you can more easily access this using Deref)
|
||||
pub cx: TestAppContext,
|
||||
window: AnyWindowHandle,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue