We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fd611 commit fc5bc6dCopy full SHA for fc5bc6d
tests/mcp/test_mcp.lua
@@ -41,7 +41,9 @@ T["MCP"] = MiniTest.new_set()
41
42
T["MCP"]["start() starts and initializes the client once"] = function()
43
local transformed_config = child.lua([[
44
- return MCP.transform_to_acp()
+ local result = MCP.transform_to_acp()
45
+ table.sort(result, function(a, b) return a.name < b.name end)
46
+ return result
47
]])
48
49
h.eq({
0 commit comments