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

Commit 1f8eff64 by Mick Hansen

:lipstick

1 parent 6876dfcd
...@@ -486,12 +486,12 @@ describe(Support.getTestDialectTeaser('BelongsToMany'), function() { ...@@ -486,12 +486,12 @@ describe(Support.getTestDialectTeaser('BelongsToMany'), function() {
this.Task.create().then(function (task) { this.Task.create().then(function (task) {
return user.addTask(task, { return user.addTask(task, {
started: true started: true
}) });
}), }),
this.Task.create().then(function (task) { this.Task.create().then(function (task) {
return user.addTask(task, { return user.addTask(task, {
started: true started: true
}) });
}) })
).then(function () { ).then(function () {
return expect(user.countStartedTasks({})).to.eventually.equal(2); return expect(user.countStartedTasks({})).to.eventually.equal(2);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!