mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
Call language::init_test
in test_single_file_worktrees_diagnostics
This commit is contained in:
parent
b3f2b7a92c
commit
b013b1ba5d
@ -5337,6 +5337,7 @@ mod tests {
|
||||
#[gpui::test]
|
||||
async fn test_single_file_worktrees_diagnostics(cx: &mut gpui::TestAppContext) {
|
||||
cx.foreground().forbid_parking();
|
||||
language::init_test(cx);
|
||||
|
||||
let fs = FakeFs::new(cx.background());
|
||||
fs.insert_tree(
|
||||
|
Loading…
Reference in New Issue
Block a user