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:
parent
095ac31347
commit
7c9ca7ccef
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue