Fix tests

This commit is contained in:
Antonio Scandurra 2022-08-02 18:48:17 +02:00
parent 71128d2ee6
commit fc14100134

View file

@ -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)]
); );
}); });