We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6400c9f commit 71208e3Copy full SHA for 71208e3
test/v1/driver.test.js
@@ -64,7 +64,7 @@ describe('driver', () => {
64
65
it('should handle connection errors', done => {
66
// Given
67
- driver = neo4j.driver("bolt://localhoste", sharedNeo4j.authToken);
+ driver = neo4j.driver("bolt://local-host", sharedNeo4j.authToken);
68
69
// Expect
70
driver.onError = error => {
0 commit comments