Skip to content

Commit f382de7

Browse files
committed
Remove finally in promise chaining
1 parent ee45454 commit f382de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/internal/node/direct.driver.boltkit.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ describe('direct driver with stub server', () => {
423423
})
424424
})
425425

426-
describe('should fail if commit fails due to broken connection', () => {
426+
fdescribe('should fail if commit fails due to broken connection', () => {
427427
it('v1', done => {
428428
verifyFailureOnConnectionFailureWhenExplicitTransactionIsCommitted(
429429
'v1',
@@ -469,7 +469,7 @@ describe('direct driver with stub server', () => {
469469
}
470470
)
471471
)
472-
.finally(() =>
472+
.then(() =>
473473
session.close(() => {
474474
driver.close()
475475

0 commit comments

Comments
 (0)