Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Feb 2, 2020
1 parent d25dba8 commit 8370f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Connection {

constructor(options?: IConnectionOptions) {
this.driver = new PgDriver();
this.driver.connect();
this.driver.connect({});
}

async connect(cn: IConnectionConfig | string): Promise<void> {
Expand Down

0 comments on commit 8370f1f

Please sign in to comment.