finos / FDC3

An open standard for the financial desktop.
https://fdc3.finos.org
Other
187 stars 109 forks source link

Conformance Tests Don't Cover PrivateChannel Listeners #1226

Closed robmoffat closed 3 weeks ago

robmoffat commented 3 weeks ago

Minor Issue

Private Channels are able to listen to listeners being added and removed, and disconnections from the channel.
However, I don't see this behaviour covered in the conformance testing.

Area of Issue

[ ] App Directory [x] API [ ] Context Data [ ] Intents [ ] Desktop Agent Bridging [ ] Use Cases [ ] Other

export default () =>
  describe("channels", () => {
    createUserChannelTests(control, documentation, "2.0-");
    createAppChannelTests(control, documentation, "2.0-");
  });
robmoffat commented 3 weeks ago

ok, found in raiseIntent tests!