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-13 09:04:41 +00:00
committed by Copybot
parent c849b8f244
commit d7365e2929
@@ -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()