mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Fix more tests broken by timing change
This commit is contained in:
parent
9d146a2a6f
commit
319bfff14e
2 changed files with 2 additions and 0 deletions
|
@ -1567,6 +1567,7 @@ mod tests {
|
|||
workspace::init_settings(cx);
|
||||
Project::init_settings(cx);
|
||||
crate::init(cx);
|
||||
editor::init(cx);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -395,6 +395,7 @@ mod tests {
|
|||
language::init(cx);
|
||||
Project::init_settings(cx);
|
||||
workspace::init_settings(cx);
|
||||
editor::init(cx);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue