Skip to content

Commit 06a8b90

Browse files
committed
Fix rebase mistakes
1 parent ddc6313 commit 06a8b90

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

packages/neo4j-driver-lite/test/unit/index.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ describe('index', () => {
402402
)
403403

404404
expect(graph.isPathSegment(pathSeg)).toBe(true)
405+
})
406+
405407
it('should export routing', () => {
406408
expect(neo4j.routing).toBeDefined()
407409
expect(neo4j.routing.WRITERS).toBeDefined()

packages/neo4j-driver/types/index.d.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ declare const forExport: {
204204
SessionMode: SessionMode
205205
Neo4jError: typeof Neo4jError
206206
isRetriableError: typeof isRetriableError
207-
<<<<<<< HEAD
208207
Node: typeof Node
209208
Relationship: typeof Relationship
210209
UnboundRelationship: typeof UnboundRelationship
@@ -213,17 +212,7 @@ declare const forExport: {
213212
Integer: typeof Integer
214213
Record: typeof Record
215214
Result: typeof Result
216-
=======
217-
Node: Node
218-
Relationship: Relationship
219-
UnboundRelationship: UnboundRelationship
220-
PathSegment: PathSegment
221-
Path: Path
222-
Integer: Integer
223-
Record: Record
224-
Result: Result
225-
EagerResult: EagerResult
226-
>>>>>>> Introduce `Driver.executeQuery`
215+
EagerResult: typeof EagerResult
227216
QueryResult: QueryResult
228217
ResultObserver: ResultObserver
229218
ResultSummary: typeof ResultSummary

0 commit comments

Comments
 (0)