Fix tests
This commit is contained in:
parent
71128d2ee6
commit
fc14100134
1 changed files with 1 additions and 1 deletions
|
@ -2498,7 +2498,7 @@ async fn test_buffer_file_changes_on_disk(cx: &mut gpui::TestAppContext) {
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
anchor_positions,
|
anchor_positions,
|
||||||
[Point::new(1, 1), Point::new(3, 1), Point::new(4, 0)]
|
[Point::new(1, 1), Point::new(3, 1), Point::new(3, 5)]
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue