Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 12, 2020
1 parent a66d30d commit ad02dfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/integ/irc-to-matrix.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ad02dfe

Please sign in to comment.