Skip to content

Commit 7d6b0b8

Browse files
committed
test: attempt to fix test in windows
1 parent 37fbc47 commit 7d6b0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/project/src/project_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9654,7 +9654,7 @@ async fn test_buffer_changed_file_path_updates_git_diff(cx: &mut gpui::TestAppCo
96549654

96559655
let buffer = project
96569656
.update(cx, |project, cx| {
9657-
project.open_local_buffer("/dir/src/file_1.rs", cx)
9657+
project.open_local_buffer(path!("/dir/src/file_1.rs"), cx)
96589658
})
96599659
.await
96609660
.unwrap();

0 commit comments

Comments
 (0)