diff --git a/test/basic-querying.test.js b/test/basic-querying.test.js index 4e5fb736..039f6321 100644 --- a/test/basic-querying.test.js +++ b/test/basic-querying.test.js @@ -185,7 +185,7 @@ describe('basic-querying', function() { }); }); - it.only('should work even when find by id', function(done) { + it('should work even when find by id', function(done) { User.findOne(function(e, u) { User.findOne({where: {id: u.id}}, function(err, user) { should.not.exist(err);