diff --git a/crates/zeta_cli/src/example.rs b/crates/zeta_cli/src/example.rs index e013774a33c373a5fd2ee86b7e756bc95048da06..cf0fd11604ed841e7ad6d5cdfc2a65388aafd5f2 100644 --- a/crates/zeta_cli/src/example.rs +++ b/crates/zeta_cli/src/example.rs @@ -622,7 +622,7 @@ mod tests { language::init(cx); }); - let fs = FakeFs::new(cx.background_executor().clone()); + let fs = FakeFs::new(cx.background_executor.clone()); fs.insert_tree( "/root", json!({ @@ -720,7 +720,7 @@ mod tests { language::init(cx); }); - let fs = FakeFs::new(cx.background_executor().clone()); + let fs = FakeFs::new(cx.background_executor.clone()); fs.insert_tree( "/root", json!({ @@ -778,7 +778,7 @@ mod tests { language::init(cx); }); - let fs = FakeFs::new(cx.background_executor().clone()); + let fs = FakeFs::new(cx.background_executor.clone()); fs.insert_tree( "/root", json!({