From 2acad1377c5bf3a7efa5a4d12bff8ef0f9af01d6 Mon Sep 17 00:00:00 2001 From: brianc Date: Sun, 3 Oct 2010 00:56:35 -0500 Subject: [PATCH] whitespace --- test/api-tests.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/api-tests.js b/test/api-tests.js index c6092f7f..a15ecc81 100644 --- a/test/api-tests.js +++ b/test/api-tests.js @@ -1,15 +1,12 @@ require(__dirname+"/test-helper"); -//defaults - - var client = new Client({ user: 'brian', database: 'pgjstest' }); + client.connect(); client.on('ReadyForQuery', function() { - assert.ok(true, 'Connected'); client.disconnect(); });