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

Commit e5222c4

Browse files
fabiogomessilvakjin
authored andcommitted
test: test-plugin-loader.ts - add a call to intercept-stdout unhook (#67)
1 parent 62f5859 commit e5222c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencensus-nodejs/test/test-plugin-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe('Plugin Loader', () => {
131131
const http = require(TEST_MODULES[2]);
132132
intercept((txt: string) => {
133133
assert.ok(txt.indexOf('error') >= 0);
134-
});
134+
})();
135135
assert.strictEqual(pluginLoader.plugins.length, 0);
136136
});
137137
});

0 commit comments

Comments
 (0)