Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
test: test-plugin-loader.ts - add a call to intercept-stdout unhook (#67
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fabiogomessilva authored and kjin committed Jun 27, 2018
1 parent 62f5859 commit e5222c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opencensus-nodejs/test/test-plugin-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('Plugin Loader', () => {
const http = require(TEST_MODULES[2]);
intercept((txt: string) => {
assert.ok(txt.indexOf('error') >= 0);
});
})();
assert.strictEqual(pluginLoader.plugins.length, 0);
});
});
Expand Down

0 comments on commit e5222c4

Please sign in to comment.