Skip to content

Commit d409c16

Browse files
committed
rename test for clarity and differentiation from previous similar test
1 parent c9c2985 commit d409c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/base.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ describe('BaseClient', () => {
360360
// to `captureEvent` (which is how we'd end up with a primitive wrapper as tested above) in order for the
361361
// already-seen check to work . Any primitive which is passed without being wrapped will be captured each time it
362362
// is encountered, so this test doesn't apply.
363-
])("doesn't capture the same exception twice - %s", (_name: string, thrown: any) => {
363+
])("doesn't capture an event wrapping the same exception twice - %s", (_name: string, thrown: any) => {
364364
// Note: this is the same test as in `describe(captureException)`, except with the exception already wrapped in a
365365
// hint and accompanying an event. Duplicated here because some methods skip `captureException` and go straight to
366366
// `captureEvent`.

0 commit comments

Comments
 (0)