Uncomment tests

This commit is contained in:
Anatoliy Chakkaev 2013-03-27 22:00:50 +04:00
parent 2d6cc9aaee
commit e5f541c0b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);