Avoid using deprecated exports & methods from matrix-js-sdk (#12359)
This commit is contained in:
parent
11912a0da0
commit
4941327c78
24 changed files with 73 additions and 80 deletions
|
@ -454,7 +454,7 @@ describe("VoiceBroadcastPlayback", () => {
|
|||
|
||||
describe("and the info event is deleted", () => {
|
||||
beforeEach(() => {
|
||||
infoEvent.makeRedacted(new MatrixEvent({}));
|
||||
infoEvent.makeRedacted(new MatrixEvent({}), room);
|
||||
});
|
||||
|
||||
it("should stop and destroy the playback", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue