diff options
author | Jonas Schievink <[email protected]> | 2020-04-25 21:23:56 +0100 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2020-04-25 21:23:56 +0100 |
commit | 5a355ff52bc3f05e13a1c675290781da68289bc4 (patch) | |
tree | 4294c94e11a4ac689c13e2a3699d3c1aad8c94a3 /crates/ra_ide/src | |
parent | 76d6f54471b5026ff228a58f10c69256a4b931bc (diff) |
Fix broken test
Diffstat (limited to 'crates/ra_ide/src')
-rw-r--r-- | crates/ra_ide/src/completion/presentation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/completion/presentation.rs b/crates/ra_ide/src/completion/presentation.rs index 1c516d312..f5b074461 100644 --- a/crates/ra_ide/src/completion/presentation.rs +++ b/crates/ra_ide/src/completion/presentation.rs | |||
@@ -1235,7 +1235,7 @@ mod tests { | |||
1235 | 1235 | ||
1236 | #[test] | 1236 | #[test] |
1237 | fn test_struct_field_completion_in_record_lit() { | 1237 | 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); |
1239 | assert_debug_snapshot!( | 1239 | assert_debug_snapshot!( |
1240 | do_reference_completion( | 1240 | do_reference_completion( |
1241 | r" | 1241 | r" |