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

Commit ae799bfc by Holger

* fixed a stupid typo

1 parent cfce3a75
Showing with 1 additions and 1 deletions
......@@ -82,7 +82,7 @@ describe(Support.getTestDialectTeaser("Transaction"), function () {
return User.findAll({}, {transaction:t});
})
.then(function(users) {
return expect(users.length).to.equal(2);
return expect(users.length).to.equal(1);
})
.then(function(object) {
done();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!