Merge pull request #6338 from overleaf/jel-prettier-test

Run prettier on file

GitOrigin-RevId: bcd3a355d5ffa9271dd7b9a0f4ff0efa0d61a7ee
This commit is contained in:
Jessica Lawshe
2022-01-12 10:40:54 -06:00
committed by Copybot
parent 4bd7913ba7
commit 47d4dc053f

View File

@@ -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()