mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fixed unit test
This commit is contained in:
parent
a7311ff5d3
commit
3a73c390fc
1 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ describe('Notifications Tests', function() {
|
|||
sinon.assert.calledWith(
|
||||
this.updateStub,
|
||||
this.expectedQuery,
|
||||
this.expectedDocument,
|
||||
{ $set: this.expectedDocument },
|
||||
{ upsert: true }
|
||||
)
|
||||
return done()
|
||||
|
@ -154,7 +154,7 @@ describe('Notifications Tests', function() {
|
|||
sinon.assert.calledWith(
|
||||
this.updateStub,
|
||||
this.expectedQuery,
|
||||
this.expectedDocument,
|
||||
{ $set: this.expectedDocument },
|
||||
{ upsert: true }
|
||||
)
|
||||
return done()
|
||||
|
@ -194,7 +194,7 @@ describe('Notifications Tests', function() {
|
|||
sinon.assert.calledWith(
|
||||
this.updateStub,
|
||||
this.expectedQuery,
|
||||
this.expectedDocument,
|
||||
{ $set: this.expectedDocument },
|
||||
{ upsert: true }
|
||||
)
|
||||
return done()
|
||||
|
|
Loading…
Reference in a new issue