Skip to content

Commit

Permalink
fix(test): fix timezone disparities in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Oct 14, 2016
1 parent 012f76c commit 5819c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/postgres/__tests__/fixtures/withPGClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function withPGClient (fn: (client: Client) => void | Promise<voi
throw client

await client.query('begin')
await client.query('set local timezone to \'US/Eastern\'')

// Run our kichen sink schema SQL, if there is an error we should report it
try {
Expand Down

0 comments on commit 5819c02

Please sign in to comment.