From d5c9749ce923165949042142d17056a8d46b9da0 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Thu, 25 Dec 2025 14:03:02 -0500 Subject: [PATCH] fix test --- crates/editor/src/editor_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/editor/src/editor_tests.rs b/crates/editor/src/editor_tests.rs index 4be66514d1729ac2b387538dd6b08db72c427398..cfb86924722ffcbdd5647357bc232ee1a584dcf3 100644 --- a/crates/editor/src/editor_tests.rs +++ b/crates/editor/src/editor_tests.rs @@ -13051,7 +13051,6 @@ async fn test_strip_whitespace_and_format_via_lsp(cx: &mut TestAppContext) { ] .join("\n"), ); - cx.run_until_parked(); // Submit a format request. let format = cx