mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix ScalarAuthClient test
This commit is contained in:
parent
25e4feeb38
commit
ba4e58513d
@ -29,7 +29,7 @@ describe('ScalarAuthClient', function() {
|
||||
it('should request a new token if the old one fails', async function() {
|
||||
const sac = new ScalarAuthClient();
|
||||
|
||||
sac._getAccountName = jest.fn((arg) => {
|
||||
sac.getAccountName = jest.fn((arg) => {
|
||||
switch (arg) {
|
||||
case "brokentoken":
|
||||
return Promise.reject({
|
||||
|
Loading…
Reference in New Issue
Block a user