diff --git a/leptos/tests/ssr.rs b/leptos/tests/ssr.rs index 0f537ddaf5..32a116a9b7 100644 --- a/leptos/tests/ssr.rs +++ b/leptos/tests/ssr.rs @@ -206,5 +206,3 @@ fn ssr_option() { runtime.dispose(); } - -// TODO: simulate a change to trigger ci examples