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

Commit 5311e401 by Ruben Bridgewater Committed by Mick Hansen

Fix intermittently failing test on MSSQL (#6090) (#6193)

1 parent 7c6fcebc
...@@ -36,13 +36,13 @@ describe(Support.getTestDialectTeaser('BelongsTo'), function() { ...@@ -36,13 +36,13 @@ describe(Support.getTestDialectTeaser('BelongsTo'), function() {
return Promise.join( return Promise.join(
Task.create({ Task.create({
id: 1, id: 1,
user: {} user: {id: 1}
}, { }, {
include: [Task.User] include: [Task.User]
}), }),
Task.create({ Task.create({
id: 2, id: 2,
user: {} user: {id: 2}
}, { }, {
include: [Task.User] include: [Task.User]
}), }),
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!