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

Commit 313b78b8 by Mick Hansen

Update promise.test.js

1 parent 93b843be
Showing with 1 additions and 1 deletions
......@@ -232,7 +232,7 @@ describe(Support.getTestDialectTeaser("Promise"), function () {
.then(function() {
return Book
.find({
where: (dialect === 'postgres' ? '"Book"."id"=' : '`Book`.`id`=') + book.id,
where: {id: book.id},
include: [Page]
})
.then(function (leBook) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!