mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 04:42:26 +00:00
fix unit test
This commit is contained in:
parent
31d62c3359
commit
8da92907b1
1 changed files with 2 additions and 2 deletions
|
@ -87,11 +87,11 @@ describe "LearnedWordsManager", ->
|
|||
|
||||
describe "deleteUsersLearnedWords", ->
|
||||
beforeEach ->
|
||||
@db.spellingPreferences.delete = sinon.stub().callsArgWith(1)
|
||||
@db.spellingPreferences.remove = sinon.stub().callsArgWith(1)
|
||||
|
||||
|
||||
it "should get the word list for the given user", (done)->
|
||||
@LearnedWordsManager.deleteUsersLearnedWords @token, =>
|
||||
@db.spellingPreferences.delete.calledWith(token: @token).should.equal true
|
||||
@db.spellingPreferences.remove.calledWith(token: @token).should.equal true
|
||||
done()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue