Skip to content

Commit

Permalink
let's just see here...
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Oct 9, 2024
1 parent 545ff59 commit a05c0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a05c0b7

Please sign in to comment.