@@ -2576,8 +2576,7 @@ pub mod tests {
use project::FakeFs;
use serde_json::json;
use settings::{
- InlayHintSettingsContent, SearchSettingsContent, SettingsStore, ThemeColorsContent,
- ThemeStyleContent,
+ InlayHintSettingsContent, SettingsStore, ThemeColorsContent, ThemeStyleContent,
};
use util::{path, paths::PathStyle, rel_path::rel_path};
use util_macros::perf;
@@ -4796,15 +4795,6 @@ pub mod tests {
let settings = SettingsStore::test(cx);
cx.set_global(settings);
- SettingsStore::update_global(cx, |store, cx| {
- store.update_user_settings(cx, |settings| {
- settings.editor.search = Some(SearchSettingsContent {
- search_on_input: Some(false),
- ..Default::default()
- });
- });
- });
-
theme::init(theme::LoadThemes::JustBase, cx);
editor::init(cx);