Call `language::init_test` in `test_single_file_worktrees_diagnostics`

Antonio Scandurra created

Change summary

crates/project/src/project.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/project/src/project.rs 🔗

@@ -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(