From 33ac4aa27d76daa74210758e5040d454b4899205 Mon Sep 17 00:00:00 2001 From: Javid Ahmed Date: Sat, 9 May 2026 03:33:10 +0100 Subject: [PATCH] Update docstring for TestRoutes class to clarify purpose --- tests/routers/test_template_server_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""