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

You need to sign in or sign up before continuing.
Commit 551b8374 by Ruben Bridgewater

Insert missing return

1 parent 4c6c293c
Showing with 1 additions and 1 deletions
......@@ -637,7 +637,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
return self.PhoneNumber.create({ phone: '111111' }).then(function(somePhone2) {
return someContact.setPhotos([somePhoto]).then(function() {
return someContact.setPhoneNumbers([somePhone1, somePhone2]).then(function() {
self.Contact.find({
return self.Contact.find({
where: {
name: 'Boris'
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!