Skip to content

Commit 32e651b

Browse files
committed
chore: fix typo
1 parent a8f1154 commit 32e651b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/agent.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ test('#active: false', function (t) {
21272127
});
21282128

21292129
test('patches', function (t) {
2130-
// NOTE: we're using `generic-pool packages since it still supports Node.js v14
2130+
// NOTE: we're using `generic-pool` package since it still supports Node.js v14
21312131
t.test('#clearPatches(name)', function (t) {
21322132
const agent = new Agent().start();
21332133
t.ok(agent._instrumentation._patcherReg.has('generic-pool'));

0 commit comments

Comments
 (0)