Update EditorTestContext usage to reflect new synchronous constructor
This commit is contained in:
parent
2b0794f5ae
commit
2da32af340
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue