We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da71ea5 commit a83655aCopy full SHA for a83655a
test/integration/client/error-handling-tests.js
@@ -84,7 +84,6 @@ suite.test('non-query error with callback', function(done) {
84
user:'asldkfjsadlfkj'
85
});
86
client.connect(assert.calls(function(error, client) {
87
- console.log('error!', error.stack)
88
assert(error instanceof Error)
89
done()
90
}));
0 commit comments