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

Commit c0092e7e by Overlook Motel

Fix test where included as incorrectly used

1 parent dc07afa3
Showing with 1 additions and 1 deletions
......@@ -511,7 +511,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
'user_id',
'message'
],
include: [{ model: User, as: User.tableName, attributes: ['username'] }]
include: [{ model: User, attributes: ['username'] }]
}).success(function(messages) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!