Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/hover/tests.rs')
-rw-r--r--crates/ide/src/hover/tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/hover/tests.rs b/crates/ide/src/hover/tests.rs
index 0ffbf988c3..0986d5542c 100644
--- a/crates/ide/src/hover/tests.rs
+++ b/crates/ide/src/hover/tests.rs
@@ -9371,7 +9371,7 @@ trait Compat$0 {}
---
- Is Dyn compatible
+ Is dyn-compatible
"#]],
);
check(
@@ -9393,7 +9393,7 @@ trait UnCompat$0 {
---
- Is not Dyn compatible due to having a method `f` that is not dispatchable due to missing a receiver
+ Is not dyn-compatible due to having a method `f` that is not dispatchable due to missing a receiver
"#]],
);
check(