Skip to content

Commit

Permalink
fix: correct test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 28, 2022
1 parent 1561e62 commit 3a35086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slonik/factories/createClientConfiguration.ts
Expand Up @@ -7,7 +7,7 @@ import {
} from '../../../src/factories/createTypeParserPreset';

const defaultConfiguration = {
captureStackTrace: true,
captureStackTrace: false,
connectionRetryLimit: 3,
connectionTimeout: 5_000,
idleInTransactionSessionTimeout: 60_000,
Expand Down

0 comments on commit 3a35086

Please sign in to comment.