Fixes postgres flaky test (#3822)

* Changes expected error code

* nits
This commit is contained in:
Florent Vilmart
2017-05-16 12:06:17 -04:00
committed by Arthur Cinader
parent ab04641ed0
commit 9dbb89a2e4
3 changed files with 21 additions and 11 deletions

View File

@@ -23,5 +23,5 @@ export function createClient(uri, databaseOptions) {
}
}
return client;
return { client, pgp };
}