Resolve more todos
This commit is contained in:
parent
80790d921d
commit
ed263a7b5c
8 changed files with 47 additions and 29 deletions
|
@ -143,7 +143,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_wrap_line() {
|
||||
let dispatcher = TestDispatcher::new(StdRng::seed_from_u64(0));
|
||||
let cx = TestAppContext::new(dispatcher);
|
||||
let cx = TestAppContext::new(dispatcher, None);
|
||||
|
||||
cx.update(|cx| {
|
||||
let text_system = cx.text_system().clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue