Skip to content

Commit 71208e3

Browse files
committed
spelling: localhost
1 parent 6400c9f commit 71208e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/driver.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('driver', () => {
6464

6565
it('should handle connection errors', done => {
6666
// Given
67-
driver = neo4j.driver("bolt://localhoste", sharedNeo4j.authToken);
67+
driver = neo4j.driver("bolt://local-host", sharedNeo4j.authToken);
6868

6969
// Expect
7070
driver.onError = error => {

0 commit comments

Comments
 (0)