We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d637a0 commit 9d985f7Copy full SHA for 9d985f7
dev-packages/node-integration-tests/suites/tracing/postgres-native/test.ts
@@ -49,7 +49,7 @@ describe('postgres native auto instrumentation', () => {
49
};
50
51
createRunner(__dirname, 'scenario.js')
52
- .withDockerCompose({ workingDirectory: [__dirname], readyMatches: ['port 5432']})
+ .withDockerCompose({ workingDirectory: [__dirname], readyMatches: ['port 5432'] })
53
.expect({ transaction: EXPECTED_TRANSACTION })
54
.start(done);
55
});
0 commit comments