diff --git a/spec/integ/irc-to-matrix.spec.js b/spec/integ/irc-to-matrix.spec.js index 7c84490df..688fa2fab 100644 --- a/spec/integ/irc-to-matrix.spec.js +++ b/spec/integ/irc-to-matrix.spec.js @@ -475,6 +475,8 @@ describe("IRC-to-Matrix operator modes bridging", function() { expect(setPowerLevelResult.content.users[tRealUserId2]).toBe(50); }); + + it("should bridge the highest power of multiple modes", async () => { // Set IRC user prefix, which in reality is assumed to have happened const client = await env.ircMock._findClientAsync(roomMapping.server, tRealMatrixUserNick);