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

Commit 2d0cc2bd by Javier Cornejo

Remove spaces

1 parent 9cfa725f
Showing with 1 additions and 1 deletions
...@@ -35,7 +35,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -35,7 +35,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
return this.sequelize.sync({ force: true }); return this.sequelize.sync({ force: true });
}); });
}); });
describe('findOrCreate', function () { describe('findOrCreate', function () {
it("supports transactions", function(done) { it("supports transactions", function(done) {
var self = this; var self = this;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!