You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Put back both done's
mocha takes the exception arg and does the right thing
This commit is contained in:
@ -113,6 +113,6 @@ describe('InteractiveAuthDialog', function () {
|
||||
}).then(() => {
|
||||
expect(onFinished.callCount).toEqual(1);
|
||||
expect(onFinished.calledWithExactly(true, {a:1})).toBe(true);
|
||||
}).done(done);
|
||||
}).done(done, done);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user