Skip to content

Commit c3b187f

Browse files
committed
Fix test case naming
1 parent 8e47f4f commit c3b187f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/sdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ describe('Tests the SDK functionality', () => {
369369
expect(result).toBeNull();
370370
});
371371

372-
it('should filters out dsn breadcrumbs that the ports do not match', () => {
372+
it('should keep breadcrumbs if the ports do not match', () => {
373373
(getDevServer as jest.Mock).mockReturnValue({ url: 'http://localhost:8081' });
374374

375375
const mockBeforeBreadcrumb = (breadcrumb: Breadcrumb, _hint?: BreadcrumbHint) => {

0 commit comments

Comments
 (0)