Skip to content

Commit

Permalink
chore: ensure context is disabled after each pg test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed May 29, 2020
1 parent 6d0c454 commit c04ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-pg/test/pg.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('[email protected]', () => {
afterEach(() => {
memoryExporter.reset();
plugin.disable();
contextManager.disable();
context.disable();
});

it('should return a plugin', () => {
Expand Down

0 comments on commit c04ed24

Please sign in to comment.