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

Commit abfe7e51 by Sushant

test: belongs-to-many

1 parent 5a2c6a62
...@@ -1425,7 +1425,7 @@ describe(Support.getTestDialectTeaser('BelongsToMany'), () => { ...@@ -1425,7 +1425,7 @@ describe(Support.getTestDialectTeaser('BelongsToMany'), () => {
}); });
// User not to clash with the beforeEach definition // User not to clash with the beforeEach definition
const Users = this.sequelize.define('User', { const Users = this.sequelize.define('Usar', {
name: { name: {
type: DataTypes.STRING type: DataTypes.STRING
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!