mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
metrics/test: make sure metrics are enabled for tests
This commit is contained in:
parent
c12cfd1d09
commit
c14cd857b8
1 changed files with 5 additions and 0 deletions
5
metrics/init_test.go
Normal file
5
metrics/init_test.go
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
package metrics
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
Enabled = true
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue