Skip to content

Commit 2151737

Browse files
committed
log error to findout
1 parent 88e53a1 commit 2151737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ test('execution scope with promise', (t) => {
133133
t.strictDeepEqual(res.rows, [ { DUMMY: 'X' } ])
134134

135135
fastify.close(err => {
136-
console.log(fastify.oracle.pool.status)
136+
console.log(fastify.oracle.pool)
137137
t.error(err)
138138
t.is(fastify.oracle.pool.status, fastify.oracle.db.POOL_STATUS_CLOSED)
139139
})

0 commit comments

Comments
 (0)