Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSchick committed Oct 20, 2018
1 parent 529a59f commit dd6fdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/model/scope/destroy.test.js
Expand Up @@ -66,7 +66,7 @@ describe(Support.getTestDialectTeaser('Model'), () => {
});

it('should be able to unscope destroy', function() {
return this.ScopeMe.unscoped().destroy({ where: {}}).then(() => {
return this.ScopeMe.unscoped().destroy({ where: {}, logging: console.log }).then(() => {
return expect(this.ScopeMe.unscoped().findAll()).to.eventually.have.length(0);
});
});
Expand Down

0 comments on commit dd6fdee

Please sign in to comment.