Skip to content

Commit

Permalink
Fix one more line
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Jun 25, 2021
1 parent 2d01b7e commit 2f50d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/integ/irc-connections.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ describe("IRC connections", function() {
type: "m.room.message"
});
throw Error('Expected exception');
} catch (ex) {
}
catch (ex) {
expect(errorEmitted).toBe(true);
}
});
Expand Down

0 comments on commit 2f50d4b

Please sign in to comment.