Skip to content

Commit 4768e98

Browse files
fix: failing tests
1 parent 4d4aec2 commit 4768e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/collab/src/tests/editor_tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1979,6 +1979,7 @@ async fn test_git_blame_is_forwarded(cx_a: &mut TestAppContext, cx_b: &mut TestA
19791979
delay_ms: None,
19801980
min_column: None,
19811981
show_commit_summary: false,
1982+
author_display: None,
19821983
});
19831984
cx_a.update(|cx| {
19841985
SettingsStore::update_global(cx, |store, cx| {

0 commit comments

Comments
 (0)