mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #6338 from overleaf/jel-prettier-test
Run prettier on file GitOrigin-RevId: bcd3a355d5ffa9271dd7b9a0f4ff0efa0d61a7ee
This commit is contained in:
parent
c849b8f244
commit
d7365e2929
1 changed files with 2 additions and 3 deletions
|
@ -380,9 +380,8 @@ describe('UserUpdater', function () {
|
|||
this.InstitutionsAPI.promises.removeAffiliation.calledOnce.should.equal(
|
||||
true
|
||||
)
|
||||
const {
|
||||
args,
|
||||
} = this.InstitutionsAPI.promises.removeAffiliation.lastCall
|
||||
const { args } =
|
||||
this.InstitutionsAPI.promises.removeAffiliation.lastCall
|
||||
args[0].should.equal(this.stubbedUser._id)
|
||||
args[1].should.equal(this.newEmail)
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue