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

Commit 3f678f1d by Steffen Persch

removed trailing spaces

1 parent 6fa2c645
Showing with 2 additions and 2 deletions
...@@ -288,7 +288,7 @@ describe(Support.getTestDialectTeaser("Include"), function () { ...@@ -288,7 +288,7 @@ describe(Support.getTestDialectTeaser("Include"), function () {
]} ]}
] ]
}).done(function (err, user) { }).done(function (err, user) {
expect(err).not.to.be.ok expect(err).not.to.be.ok
expect(user.products.length).to.equal(4) expect(user.products.length).to.equal(4)
expect(user.products[0].tags.length).to.equal(2) expect(user.products[0].tags.length).to.equal(2)
...@@ -608,7 +608,7 @@ describe(Support.getTestDialectTeaser("Include"), function () { ...@@ -608,7 +608,7 @@ describe(Support.getTestDialectTeaser("Include"), function () {
Tag, Tag,
{model: Tag, as: 'Category'}, {model: Tag, as: 'Category'},
Price Price
]} ]}
], ],
order: 'id ASC' order: 'id ASC'
}).done(function (err, users) { }).done(function (err, users) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!