mirror of https://gitee.com/bigwinds/arangodb
Fixed repository spec.
This commit is contained in:
parent
61f9723909
commit
e4aa4687b8
|
@ -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 });
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue