Skip to content

Commit e76b3af

Browse files
committed
Fix types in a test
1 parent bfb7c36 commit e76b3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/migrate.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ test("throws helpful error message in migration 11", async () => {
238238

239239
// Manually run the first 10 migrations
240240
const event = {
241+
ctx: compiledSharedOptions,
241242
client: pgClient,
242243
postgresVersion: 120000, // TODO: use the actual postgres version
243244
scratchpad: Object.create(null),

0 commit comments

Comments
 (0)