mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-12 19:11:23 +03:00
Fix tests
This commit is contained in:
parent
71128d2ee6
commit
fc14100134
@ -2498,7 +2498,7 @@ async fn test_buffer_file_changes_on_disk(cx: &mut gpui::TestAppContext) {
|
||||
.collect::<Vec<_>>();
|
||||
assert_eq!(
|
||||
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…
Reference in New Issue
Block a user