Skip to content

Commit 79165fd

Browse files
committed
Remove pool map - 2
1 parent be97bd8 commit 79165fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/metrics/metrics_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func TestNewMetricsService(t *testing.T) {
2525
ms := NewMetricsService(db)
2626
assert.NotNil(t, ms)
2727
assert.NotNil(t, ms.registry)
28-
assert.NotNil(t, ms.pools)
2928

3029
// Test that all metric vectors are initialized
3130
assert.NotNil(t, ms.numPaymentOpsIngestedPerLedger)

0 commit comments

Comments
 (0)