Skip to content

Commit 2ce6a3f

Browse files
committed
fix typo
1 parent 9ee668e commit 2ce6a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared-tests/src/tests/timezone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function runTests<TDatabase = unknown>(ctx: SharedTestContext<TDatabase>)
5757
// Set database timezone to something other than UTC
5858
// await db.execute(sql`SET timezone = 'America/New_York'`)
5959

60-
await internalDbClient`SET timezone = 'America/New_York`
60+
await internalDbClient`SET timezone = 'America/New_York'`
6161

6262
const testDate = new Date("2025-01-15T12:00:00.000Z") // Explicit UTC time
6363

0 commit comments

Comments
 (0)