Forbid parking in project_panel::tests::test_visible_list

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra
2022-03-01 17:14:18 +01:00
co-authored by Nathan Sobo
parent 0bb7189842
commit 992328a6ee
@@ -590,6 +590,8 @@ mod tests {
#[gpui::test]
async fn test_visible_list(cx: &mut gpui::TestAppContext) {
cx.foreground().forbid_parking();
let params = cx.update(WorkspaceParams::test);
let settings = params.settings.clone();
let fs = params.fs.as_fake();