Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed Oct 25, 2017
1 parent b56f6d9 commit a66d3bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -1356,9 +1356,6 @@ describe('Model', function (){
model: 'Cats6'
});
})
.then(function(teste, err) {
// console.log(teste, err);
})
.catch(function(err){
should.exist(err.message);
done();
Expand Down

0 comments on commit a66d3bd

Please sign in to comment.