Skip to content

Commit 57cd952

Browse files
committed
Fix temporal-factory import in tests
1 parent dcc8aaf commit 57cd952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/test/internal/temporal-factory.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { int } from 'neo4j-driver-core'
21-
import * as factory from '../../../bolt-connection/lib/packstream/temporal-factory'
21+
import * as factory from '../../../bolt-connection/lib/bolt/temporal-factory'
2222
import { types } from '../../src'
2323

2424
describe('#unit temporal-factory', () => {

0 commit comments

Comments
 (0)