Update some tests to reflect code action debouncing

This commit is contained in:
Max Brunsfeld 2023-08-28 17:45:32 -07:00
parent 5142049515
commit 791f6cf9e7
3 changed files with 50 additions and 48 deletions

View file

@ -1706,6 +1706,8 @@ mod tests {
.remove_file(Path::new("/root/a/file2"), Default::default())
.await
.unwrap();
cx.foreground().run_until_parked();
workspace
.update(cx, |w, cx| w.go_back(w.active_pane().downgrade(), cx))
.await