Skip to content

Commit

Permalink
Removes unused trailing comma in insertMany tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorssnoeren committed Mar 14, 2017
1 parent be89c60 commit d2eaff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5326,7 +5326,7 @@ describe('Model', function() {

var arr = [
{ foo: 'Star Wars' },
{ foo: 'The Fast and the Furious' },
{ foo: 'The Fast and the Furious' }
];
Movie.insertMany(arr, { ordered: false }, function(error) {
assert.ifError(error);
Expand Down

0 comments on commit d2eaff0

Please sign in to comment.