fix(tui): simplify console org display (#21339)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
Kit Langton
2026-04-07 21:03:24 -04:00
committed by GitHub
parent 65cde7f494
commit ae614d919f
6 changed files with 40 additions and 53 deletions

View File

@@ -147,8 +147,7 @@ describe("tool.webfetch", () => {
)
expect(ids).toHaveLength(1)
expect(cleared).toHaveLength(1)
expect(cleared[0]).toBe(ids[0])
expect(cleared).toContain(ids[0])
})
})
})