Skip to content

Commit

Permalink
Improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon-Katz committed Dec 19, 2021
1 parent 85d5611 commit 27a4050
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/node/opentelemetry-instrumentation-pg/test/pg.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ describe('pg', () => {
});
assert.strictEqual(called, true);
});

it('should call postQueryHook with query text and params if set', async () => {
instrumentation.disable();
let called = false;
Expand Down Expand Up @@ -627,6 +628,7 @@ describe('pg', () => {
});
assert.strictEqual(called, true);
});

it('should call postQueryHook with query config if set', async () => {
instrumentation.disable();
const name = 'fetch-text';
Expand Down

0 comments on commit 27a4050

Please sign in to comment.