diff --git a/test/compiler.test.js b/test/compiler.test.js index 69b782d..ee712d1 100644 --- a/test/compiler.test.js +++ b/test/compiler.test.js @@ -290,7 +290,7 @@ describe('compiler', function() { }); }); - it('supports `sources` option', function() { + it('supports `modelSources` option', function() { appdir.createConfigFilesSync({}, {}, { Car: { dataSource: 'db' } });