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

Commit 93146f73 by overlookmotel Committed by Mick Hansen

Fix intermittently failing test on MSSQL (#6090)

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