Skip to content

Commit 623c755

Browse files
committed
Update metrics_inspector_test.go
1 parent 4338ba5 commit 623c755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insecure/rpc_inspector/metrics_inspector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TestMetricsInspector_ObserveRPC(t *testing.T) {
3333
signalerCtx := irrecoverable.NewMockSignalerContext(t, ctx)
3434

3535
messageCount := 100
36-
controlMessageCount := 20
36+
controlMessageCount := 5
3737

3838
metricsObservedCount := atomic.NewInt64(0)
3939
mockMetricsObserver := mockp2p.NewGossipSubControlMetricsObserver(t)

0 commit comments

Comments
 (0)