Skip to content

Commit 5a355ff

Browse files
Fix broken test
1 parent 76d6f54 commit 5a355ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_ide/src/completion/presentation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ mod tests {
12351235

12361236
#[test]
12371237
fn test_struct_field_completion_in_record_lit() {
1238-
covers!(test_struct_field_completion_in_func_call);
1238+
covers!(test_struct_field_completion_in_record_lit);
12391239
assert_debug_snapshot!(
12401240
do_reference_completion(
12411241
r"

0 commit comments

Comments
 (0)