From 5819c0223e751f1419513385554a3369e8492eee Mon Sep 17 00:00:00 2001 From: calebmer Date: Thu, 13 Oct 2016 20:28:58 -0400 Subject: [PATCH] fix(test): fix timezone disparities in tests --- src/postgres/__tests__/fixtures/withPGClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/postgres/__tests__/fixtures/withPGClient.ts b/src/postgres/__tests__/fixtures/withPGClient.ts index 6de6d248b8..a2a8d9831e 100644 --- a/src/postgres/__tests__/fixtures/withPGClient.ts +++ b/src/postgres/__tests__/fixtures/withPGClient.ts @@ -20,6 +20,7 @@ export default function withPGClient (fn: (client: Client) => void | Promise