Skip to content

Commit 05618a3

Browse files
committed
fix test
1 parent 4dab8a2 commit 05618a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ def before_send(event, hint):
741741
except Exception:
742742
capture_exception()
743743

744-
assert len(events) == 2
744+
assert len(events) == 1
745745

746746

747747
def test_event_processor_drop_records_client_report(

0 commit comments

Comments
 (0)