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

Commit 617c0dd

Browse files
committed
remove log + fix test
1 parent ad12a5a commit 617c0dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/sql/postgres/uuid_key-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ describe('Postgres: UUID Key', function(){
4242
var test = new UuidTest({ another_column: 'i am setting uuid' })
4343

4444
test.save(function (success) {
45-
console.log(success, test, test.errors)
4645
should.exist(test.id)
47-
success.should.be.true
46+
success.should.be.true()
4847
next();
4948
})
5049
});

0 commit comments

Comments
 (0)