metrics/test: make sure metrics are enabled for tests

This commit is contained in:
Anton Evangelatov 2018-02-22 13:52:31 +01:00
parent c12cfd1d09
commit c14cd857b8

5
metrics/init_test.go Normal file
View file

@ -0,0 +1,5 @@
package metrics
func init() {
Enabled = true
}