Added proto messages for updating the head text
This commit is contained in:
parent
8c24c858c9
commit
512f817e2f
5 changed files with 69 additions and 7 deletions
|
@ -1065,9 +1065,6 @@ async fn test_git_head_text(
|
|||
);
|
||||
});
|
||||
|
||||
//TODO: WAIT FOR REMOTE UPDATES TO FINISH on B
|
||||
executor.run_until_parked();
|
||||
|
||||
// Smoke test B
|
||||
buffer_b.read_with(cx_b, |buffer, _| {
|
||||
assert_eq!(buffer.head_text(), Some(new_head_text.as_ref()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue