We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdd5ca commit a27bd6cCopy full SHA for a27bd6c
packages/instrumentation-undici/test/utils/assertSpan.ts
@@ -111,7 +111,7 @@ export const assertSpan = (
111
assert.strictEqual(span.events.length, 0, 'span contains no events');
112
}
113
114
- // Error message changes between version se we will
+ // Error message changes between version so we will
115
// only assert its presence
116
if (validations.forceStatus) {
117
assert.equal(
0 commit comments