Skip to content

Commit 9e8fd1a

Browse files
committed
Fix test
1 parent dc35068 commit 9e8fd1a

File tree

2 files changed

+535
-528
lines changed

2 files changed

+535
-528
lines changed

packages/bolt-connection/test/packstream/packstream-v1.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
import { int, Integer } from 'neo4j-driver-core'
2121
import { alloc } from '../../src/channel'
22-
import { Packer, Structure, Unpacker } from '../../src/packstream/packstream-v1'
22+
import { Packer, Unpacker } from '../../src/packstream/packstream-v1'
23+
import { Structure } from '../../src/packstream/structure'
2324

2425
describe('#unit PackStreamV1', () => {
2526
it('should pack integers with small numbers', () => {

0 commit comments

Comments
 (0)