diff --git a/js/server/tests/shell-foxx-repository-spec.js b/js/server/tests/shell-foxx-repository-spec.js index 272dfea23e..8a365aaf32 100644 --- a/js/server/tests/shell-foxx-repository-spec.js +++ b/js/server/tests/shell-foxx-repository-spec.js @@ -159,11 +159,13 @@ describe('Repository Methods', function () { 'firstExample', 'remove', 'removeByExample', + 'type', 'update', 'updateByExample', 'replace', 'replaceByExample' ]); + collection.type.and.returnValue(2); instance = new FoxxRepository(collection, { model: Model }); });