Skip to content

Commit

Permalink
test: fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 20, 2023
1 parent 498572f commit 2cc1460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/configure.spec.ts
Expand Up @@ -64,7 +64,7 @@ test.group('Configure', (group) => {
await assert.fileContains('start/env.ts', `DB_HOST: Env.schema.string({ format: 'host' })`)
await assert.fileContains('start/env.ts', 'DB_PORT: Env.schema.number()')
await assert.fileContains('start/env.ts', 'DB_USER: Env.schema.string()')
await assert.fileContains('start/env.ts', 'DB_PASSWORD: Env.schema.string()')
await assert.fileContains('start/env.ts', 'DB_PASSWORD: Env.schema.string.optional()')
await assert.fileContains('start/env.ts', 'DB_DATABASE: Env.schema.string()')
}).timeout(6000)

Expand Down

0 comments on commit 2cc1460

Please sign in to comment.