mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
change test to 19 not 20 as a stub in mongo is left behind
This commit is contained in:
parent
2a03591030
commit
6052bf6a7e
1 changed files with 2 additions and 2 deletions
|
@ -89,9 +89,9 @@ describe "Archiving updates", ->
|
|||
doc.v.should.equal 20
|
||||
done()
|
||||
|
||||
it "should store twenty doc changes in S3", (done) ->
|
||||
it "should store nineteen doc changes in S3", (done) ->
|
||||
TrackChangesClient.getS3Doc @project_id, @doc_id, (error, res, doc) =>
|
||||
doc.length.should.equal 20
|
||||
doc.length.should.equal 19
|
||||
done()
|
||||
|
||||
describe "unarchiving a doc's updates", ->
|
||||
|
|
Loading…
Reference in a new issue