From c533b039b22f13e425dfb8ea4cb9a0aec0fc55fe Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 9 Dec 2025 10:48:52 +0100 Subject: [PATCH] "checkStatsValue" is now unused, but keep if needed in future. --- stats_prometheus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats_prometheus_test.go b/stats_prometheus_test.go index 5b1c0c3..dd2e169 100644 --- a/stats_prometheus_test.go +++ b/stats_prometheus_test.go @@ -58,7 +58,7 @@ func assertCollectorChangeBy(t *testing.T, collector prometheus.Collector, delta }) } -func checkStatsValue(t *testing.T, collector prometheus.Collector, value float64) { +func checkStatsValue(t *testing.T, collector prometheus.Collector, value float64) { // nolint:unused // Make sure test is not executed with "t.Parallel()" t.Setenv("PARALLEL_CHECK", "1")