Uncomment tests
This commit is contained in:
parent
2d6cc9aaee
commit
e5f541c0b8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue