Fix tests

This commit is contained in:
Dmitry Sharshakov 2021-08-25 19:36:49 +03:00
parent c7759a5aa0
commit 2ad2838a27
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473

View file

@ -458,8 +458,7 @@ where
unit: String::from(" "), unit: String::from(" "),
}), }),
indent_query: OnceCell::new(), indent_query: OnceCell::new(),
debug_adapter: None, debugger: None,
debug_configs: None,
}], }],
}); });