fix unit test

This commit is contained in:
Brian Gough 2018-01-31 13:28:11 +00:00
parent c19acd82a4
commit b7b40faefe

View file

@ -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 ', ->