Skip to content

Commit adc13ba

Browse files
committed
review comment
1 parent 656a9ed commit adc13ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/integrations/inboundfilters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ describe('InboundFilters', () => {
291291
expect(eventProcessor(EXCEPTION_EVENT_WITH_FRAMES)).toBe(null);
292292
});
293293

294-
it('should not filter events that doesnt pass the test', () => {
294+
it("should not filter events that don't match the filtered values", () => {
295295
const eventProcessor = createInboundFiltersEventProcessor({
296296
denyUrls: ['some-other-domain.com'],
297297
});

0 commit comments

Comments
 (0)