mcp: namespace tests

This commit is contained in:
Adrià Arrufat
2026-03-03 14:19:36 +09:00
parent 634e3e35a0
commit 6b80cd6109
3 changed files with 7 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ fn handleInitialize(server: *Server, req: protocol.Request) !void {
const testing = @import("../testing.zig");
test "handleMessage - synchronous unit tests" {
test "MCP.router - handleMessage - synchronous unit tests" {
const allocator = testing.allocator;
const app = testing.test_app;