Skip to content

Commit 5f3f5a2

Browse files
committed
Remove test focus
1 parent 846dfad commit 5f3f5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/internal/connection-provider-routing.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import Connection from '../../src/internal/connection'
3131
import DelegateConnection from '../../src/internal/connection-delegate'
3232
import { Neo4jError } from '../../src'
3333

34-
fdescribe('#unit RoutingConnectionProvider', () => {
34+
describe('#unit RoutingConnectionProvider', () => {
3535
let originalTimeout
3636
beforeEach(function () {
3737
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL
@@ -1388,7 +1388,7 @@ fdescribe('#unit RoutingConnectionProvider', () => {
13881388
})
13891389
})
13901390

1391-
fdescribe('multi-database', () => {
1391+
describe('multi-database', () => {
13921392
it('should acquire read connection from correct routing table', async () => {
13931393
const pool = newPool()
13941394
const connectionProvider = newRoutingConnectionProvider(

0 commit comments

Comments
 (0)