Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Oct 8, 2018
1 parent 07b373f commit 759f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/v1/examples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('examples', () => {
const virtualUri = 'bolt+routing://x.acme.com';

// tag::config-custom-resolver[]
const driver = neo4j.driver(virtualUri, neo4j.auth.basic(username, password), {
const driver = neo4j.driver(virtualUri, neo4j.auth.basic(user, password), {
resolver: function (address) {
return ['a.acme.com:7575', 'b.acme.com:7676', 'c.acme.com:8787'];
},
Expand Down

0 comments on commit 759f344

Please sign in to comment.