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