mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #6338 from overleaf/jel-prettier-test
Run prettier on file GitOrigin-RevId: bcd3a355d5ffa9271dd7b9a0f4ff0efa0d61a7ee
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user