Fix tests
Remove stray file extensions in includes and update shared instance name.
This commit is contained in:
parent
008fdf8dfb
commit
6371a4abd1
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ describe("mkClient self-test", function() {
|
|||
|
||||
describe("shieldStatusForMembership self-trust behaviour", function() {
|
||||
beforeAll(() => {
|
||||
DMRoomMap._sharedInstance = {
|
||||
DMRoomMap.sharedInstance = {
|
||||
getUserIdForRoomId: (roomId) => roomId === "DM" ? "@any:h" : null,
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue