Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
remove log + fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWaldmann committed Jun 3, 2017
1 parent ad12a5a commit 617c0dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/sql/postgres/uuid_key-test.js
Expand Up @@ -42,9 +42,8 @@ describe('Postgres: UUID Key', function(){
var test = new UuidTest({ another_column: 'i am setting uuid' })

test.save(function (success) {
console.log(success, test, test.errors)
should.exist(test.id)
success.should.be.true
success.should.be.true()
next();
})
});
Expand Down

0 comments on commit 617c0dd

Please sign in to comment.