From a05c0b7c1fc597180ad4e65cf29cda5dac09f688 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Tue, 8 Oct 2024 22:03:27 -0600 Subject: [PATCH] let's just see here... --- metrics_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/metrics_test.go b/metrics_test.go index e074ba74..55432711 100644 --- a/metrics_test.go +++ b/metrics_test.go @@ -88,6 +88,7 @@ func wantLastValueMetric(t *testing.T, wantName string, ms []metric, wantValue i time.Sleep(10 * time.Millisecond) continue } + fmt.Printf("got = %v, want = %v, equal = %v", lvd.Value, float64(wantValue), lvd.Value == float64(wantValue)) if lvd.Value == float64(wantValue) { return }