Skip to content

Commit dfde73e

Browse files
committed
Update tests to reflect new completions
1 parent 18ad86f commit dfde73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_ide/src/completion/complete_unqualified_path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ mod tests {
103103
}
104104
"
105105
),
106-
@r###"[]"###
106+
@"[]"
107107
);
108108
}
109109

0 commit comments

Comments
 (0)