Skip to content

Commit e557e38

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)