test(config): normalize merge-patch regression fixture formatting

This commit is contained in:
sebslight
2026-02-16 08:24:18 -05:00
parent 5b8bfd261b
commit 7b8cce0910

View File

@@ -70,10 +70,7 @@ describe("applyMergePatch", () => {
};
const patch = {
agents: {
list: [
{ id: "primary", model: "new-model" },
{ workspace: "/tmp/orphan" },
],
list: [{ id: "primary", model: "new-model" }, { workspace: "/tmp/orphan" }],
},
};