不要怂,就是干,撸起袖子干!

Commit 9b3d0b51 by Ryan Pon

remove accidental .only

1 parent b86d1d5e
Showing with 1 additions and 1 deletions
...@@ -2159,7 +2159,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -2159,7 +2159,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
}).error(done) }).error(done)
}) })
it.only('should not overwrite a specified deletedAt (complex query)', function (done) { it('should not overwrite a specified deletedAt (complex query)', function (done) {
this.User.findAll({ this.User.findAll({
where: [ where: [
this.sequelize.or({ username: 'leia' }, { username: 'luke' }), this.sequelize.or({ username: 'leia' }, { username: 'luke' }),
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!