Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('#unit BoltProtocolV4x0', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('#unit BoltProtocolV4x3', () => {
expect(protocol.observers).toEqual([observer, observer])
expect(protocol.flushes).toEqual([false, true])
})
it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('#unit BoltProtocolV4x4', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('#unit BoltProtocolV5x0', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('#unit BoltProtocolV5x1', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('#unit BoltProtocolV5x2', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('#unit BoltProtocolV5x3', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('#unit BoltProtocolV5x4', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('#unit BoltProtocolV5x5', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('#unit BoltProtocolV5x6', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe('#unit BoltProtocolV5x7', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe('#unit BoltProtocolV5x8', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('#unit BoltProtocolV6x0', () => {
expect(protocol.flushes).toEqual([false, true])
})

it('should begin a transaction', () => {
it('should begin a transaction with set database name', () => {
const database = 'testdb'
const bookmarks = new Bookmarks([
'neo4j:bookmark:v1:tx1',
Expand Down