🔧 Fix: Correct function name in lazy-loading real_tests.rs

- Fixed test_lazy-loading_renders to test_lazy_loading_renders
- Hyphens are not valid in Rust function names
- Resolves compilation error for v0.9.0 release
This commit is contained in:
Peter Hanssens
2025-09-20 23:27:25 +10:00
parent b21983bded
commit 32aa2afbec

View File

@@ -7,7 +7,7 @@ mod real_tests {
wasm_bindgen_test_configure!(run_in_browser);
#[wasm_bindgen_test]
fn test_lazy-loading_renders() {
fn test_lazy_loading_renders() {
mount_to_body(|| {
view! {
<LazyLoading>