Skip to content

Commit 9d985f7

Browse files
committed
Lint
1 parent 2d637a0 commit 9d985f7

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/tracing/postgres-native

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/postgres-native/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('postgres native auto instrumentation', () => {
4949
};
5050

5151
createRunner(__dirname, 'scenario.js')
52-
.withDockerCompose({ workingDirectory: [__dirname], readyMatches: ['port 5432']})
52+
.withDockerCompose({ workingDirectory: [__dirname], readyMatches: ['port 5432'] })
5353
.expect({ transaction: EXPECTED_TRANSACTION })
5454
.start(done);
5555
});

0 commit comments

Comments
 (0)