mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 21:32:39 +00:00
Fix the test
This commit is contained in:
parent
e6c4802488
commit
81c64647e8
1 changed files with 1 additions and 0 deletions
|
@ -975,6 +975,7 @@ mod tests {
|
|||
// the cached location instead
|
||||
Ok(Some(lsp::GotoDefinitionResponse::Link(vec![])))
|
||||
});
|
||||
cx.foreground().run_until_parked();
|
||||
cx.assert_editor_state(indoc! {"
|
||||
fn «testˇ»() { do_work(); }
|
||||
fn do_work() { test(); }
|
||||
|
|
Loading…
Reference in a new issue