diff --git a/tests/routers/test_template_server_router.py b/tests/routers/test_template_server_router.py index 1074789..b3de572 100644 --- a/tests/routers/test_template_server_router.py +++ b/tests/routers/test_template_server_router.py @@ -11,7 +11,7 @@ class TestRoutes: - """Integration tests for the mock routes in ExampleServer.""" + """Unit tests for route setup in TemplateServerRouter.""" def test_setup_routes(self, mock_template_server_router: TemplateServerRouter) -> None: """Test that routes are set up correctly."""