Skip to content

Commit cca7775

Browse files
committed
test update
1 parent b247c4e commit cca7775

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

block/metrics_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ func TestMetricsIntegration(t *testing.T) {
176176
em.GoroutineCount.Set(50)
177177

178178
// Test channel metrics
179-
em.ChannelBufferUsage["header_in"].Set(5)
180-
em.ChannelBufferUsage["data_in"].Set(3)
179+
em.ChannelBufferUsage["height_in"].Set(5)
181180

182181
// Test error metrics
183182
em.ErrorsByType["block_production"].Add(1)

0 commit comments

Comments
 (0)