Skip to content

Commit 147b9a1

Browse files
update docstring
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent e0cfb3f commit 147b9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/testUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export function partialDeepCompare<T>(actual: unknown, expected: T, message?: st
296296
assert.deepStrictEqual(partial, expected, message)
297297
}
298298
/**
299-
* Finds all metrics whose metadata contains this keyword in their key value pairs, as part of the key OR the value.
299+
* Asserts that no metrics metadata (key OR value) matches the given regex.
300300
* @param keyword target substring to search for
301301
*/
302302
export function assertNotInTelemetryMetadata(keyword: string): void | never {

0 commit comments

Comments
 (0)