Update EditorTestContext usage to reflect new synchronous constructor

Max Brunsfeld created

Change summary

crates/editor/src/editor.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/editor/src/editor.rs 🔗

@@ -9782,7 +9782,7 @@ mod tests {
 
     #[gpui::test]
     async fn test_autoclose_with_embedded_language(cx: &mut gpui::TestAppContext) {
-        let mut cx = EditorTestContext::new(cx).await;
+        let mut cx = EditorTestContext::new(cx);
 
         let html_language = Arc::new(
             Language::new(