mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
fix unit test
This commit is contained in:
@@ -466,7 +466,7 @@ describe 'ProjectEntityHandler', ->
|
||||
|
||||
it "should return an error", ->
|
||||
@callback
|
||||
.calledWith(new Error("destination folder is a child folder of me"))
|
||||
.calledWith(new Errors.InvalidNameError("destination folder is a child folder of me"))
|
||||
.should.equal true
|
||||
|
||||
describe '_removeElementFromMongoArray ', ->
|
||||
|
||||
Reference in New Issue
Block a user