diff options
Diffstat (limited to 'crates/ra_lsp_server/tests/heavy_tests')
-rw-r--r-- | crates/ra_lsp_server/tests/heavy_tests/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs index 8b5c43a09..bfb0645a8 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs | |||
@@ -246,7 +246,7 @@ fn main() {} | |||
246 | "label": "create module" | 246 | "label": "create module" |
247 | } | 247 | } |
248 | ], | 248 | ], |
249 | "command": "ra-lsp.applySourceChange", | 249 | "command": "rust-analyzer.applySourceChange", |
250 | "title": "create module" | 250 | "title": "create module" |
251 | } | 251 | } |
252 | ]), | 252 | ]), |