1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-19 13:13:43 +00:00

Revert accidental change

This commit is contained in:
Shane Kilkelly 2017-08-25 14:46:47 +01:00
parent 095ac31347
commit 7c9ca7ccef

View file

@ -30,7 +30,7 @@ describe "MongoAWS", ->
@project_id = ObjectId().toString() @project_id = ObjectId().toString()
@doc_id = ObjectId().toString() @doc_id = ObjectId().toString()
@pack_id = ObjectId().toString() @pack_id = ObjectId()
@update = { v:123 } @update = { v:123 }
@callback = sinon.stub() @callback = sinon.stub()