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

Commit 655c57b8 by Mick Hansen

fix: self -> this

1 parent e049d121
Showing with 1 additions and 1 deletions
......@@ -1232,7 +1232,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
});
return self.sequelize.dropAllSchemas().bind(this).then(function () {
return this.sequelize.dropAllSchemas().bind(this).then(function () {
return this.sequelize.createSchema('space1');
}).then(function () {
return Dummy.sync({force: true});
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!