diff --git a/packages/yew-macro/tests/html_macro/component-fail.stderr b/packages/yew-macro/tests/html_macro/component-fail.stderr
index 8f34088e4ee..08ea30e6772 100644
--- a/packages/yew-macro/tests/html_macro/component-fail.stderr
+++ b/packages/yew-macro/tests/html_macro/component-fail.stderr
@@ -488,14 +488,14 @@ error[E0277]: the trait bound `{integer}: IntoPropValue` is not satisfie
| required by a bound introduced by this call
|
= help: the following other types implement trait `IntoPropValue`:
- &f32
- &f64
- &i128
- &i16
- &i32
- &i64
- &i8
- &isize
+ `&f32` implements `IntoPropValue