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

Commit e4b0af02 by Michael Schonfeld

no need for the console.log

1 parent 2ac4a59b
Showing with 0 additions and 1 deletions
......@@ -1023,7 +1023,6 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
data.push({ uniqueName: 'Michael', secretValue: '26' });
self.User.bulkCreate(data, { fields: ['uniqueName', 'secretValue'], ignoreDuplicates: true }).error(function(err) {
console.log('err?', err)
expect(err).to.exist
expect(err.message).to.match(/Postgres does not support the \'ignoreDuplicates\' option./)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!