-
Notifications
You must be signed in to change notification settings - Fork 149
Spelling #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #332
Conversation
test/v1/driver.test.js
Outdated
@@ -64,7 +64,7 @@ describe('driver', () => { | |||
|
|||
it('should handle connection errors', done => { | |||
// Given | |||
driver = neo4j.driver("bolt://localhoste", sharedNeo4j.authToken); | |||
driver = neo4j.driver("bolt://localhost", sharedNeo4j.authToken); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsoref this spelling error is intentional. Test verifies connection errors. Build is red because this test fails.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would "local-host" suffice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think yes
Hi @jsoref, Could you please fix the "localhoste" test and rebase the PR? |
Will do. |
@lutovich: done |
Thank you @jsoref! |
Generated by https://github.com/jsoref/spelling
f
; to maintain your repo, please considerfchurn