Skip to content

Commit c117b42

Browse files
committed
Fix failing test
1 parent 81cbec9 commit c117b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/agent_unittests/test_harvest_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def test_reservoir_sizes(transaction_node):
617617
assert app._stats_engine.log_events.num_samples == 101
618618

619619
# Add 1 for the root span
620-
assert app._stats_engine.span_events.num_samples == 102
620+
assert app._stats_engine.span_events.num_samples == 203
621621

622622

623623
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)