Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-assists/src/tests/generated.rs')
-rw-r--r--crates/ide-assists/src/tests/generated.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide-assists/src/tests/generated.rs b/crates/ide-assists/src/tests/generated.rs
index 048f3d7ce8..7e66f02475 100644
--- a/crates/ide-assists/src/tests/generated.rs
+++ b/crates/ide-assists/src/tests/generated.rs
@@ -3731,9 +3731,9 @@ mod std { pub mod ops { pub trait Add { fn add(self, _: Self) {} } impl Add for
}
#[test]
-fn doctest_unwrap_block() {
+fn doctest_unwrap_branch() {
check_doc_test(
- "unwrap_block",
+ "unwrap_branch",
r#####"
fn foo() {
if true {$0