Skip to content

Commit

Permalink
test: belongs-to-many
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Mar 31, 2019
1 parent 5a2c6a6 commit abfe7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/associations/belongs-to-many.test.js
Expand Up @@ -1425,7 +1425,7 @@ describe(Support.getTestDialectTeaser('BelongsToMany'), () => {
});

// User not to clash with the beforeEach definition
const Users = this.sequelize.define('User', {
const Users = this.sequelize.define('Usar', {
name: {
type: DataTypes.STRING
}
Expand Down

0 comments on commit abfe7e5

Please sign in to comment.