diff --git a/test/unit/connection-parameters/creation-tests.js b/test/unit/connection-parameters/creation-tests.js index 2a4689a..f5f5335 100644 --- a/test/unit/connection-parameters/creation-tests.js +++ b/test/unit/connection-parameters/creation-tests.js @@ -152,7 +152,7 @@ test('libpq connection string building', function() { assert.equal(subject.user, "bi%na%%ry "); assert.equal(subject.password, "s@f#"); assert.equal(subject.host, 'localhost'); - assert.equal(subject.path, " u%20rl"); + assert.equal(subject.database, " u%20rl"); }); });