diff --git a/test/relations.test.js b/test/relations.test.js index 51452156..7bc3a1b3 100644 --- a/test/relations.test.js +++ b/test/relations.test.js @@ -68,7 +68,7 @@ describe('relations', function () { }); }); - it.skip('should fetch all scoped instances', function (done) { + it('should fetch all scoped instances', function (done) { Book.create(function (err, book) { book.chapters.create({name: 'a'}, function () { book.chapters.create({name: 'z'}, function () {