mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
change test to 19 not 20 as a stub in mongo is left behind
This commit is contained in:
@@ -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", ->
|
||||
|
||||
Reference in New Issue
Block a user