Fix the test case

This commit is contained in:
Raymond Feng 2015-09-29 20:46:17 -07:00
parent 4c4474d55f
commit ea7202a8fa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var ds = loopback.createDataSource({
root: path.join(__dirname, 'images')
});
var Container = ds.createModel('container');
var Container = ds.createModel('container', {}, {base: 'Model'});
app.model(Container);
/*!