mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
add local registry.Reset()
This commit is contained in:
parent
744785ee40
commit
03f7a8d7d2
@ -587,6 +587,8 @@ func TestGetHistogramVecFromGatherer(t *testing.T) {
|
|||||||
if diff := cmp.Diff(tt.wantVec, histogramVec); diff != "" {
|
if diff := cmp.Diff(tt.wantVec, histogramVec); diff != "" {
|
||||||
t.Errorf("Got unexpected HistogramVec (-want +got):\n%s", diff)
|
t.Errorf("Got unexpected HistogramVec (-want +got):\n%s", diff)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
registry.Reset()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user