mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
whitespace
This commit is contained in:
parent
c8e387752a
commit
2acad1377c
@ -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();
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user