From c1569ea83ff40ab534f3db531316cb0408717d3c Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Mon, 6 Jul 2026 17:27:08 +0200 Subject: [PATCH] Update pkg/cmd/history_test.go Co-authored-by: George Jenkins Signed-off-by: Matthieu MOREL --- pkg/cmd/history_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/history_test.go b/pkg/cmd/history_test.go index b602168cb..2bace98e0 100644 --- a/pkg/cmd/history_test.go +++ b/pkg/cmd/history_test.go @@ -451,7 +451,7 @@ func TestReleaseInfoEmptyStringRoundTrip(t *testing.T) { // Zero time value should be omitted assert.NotContains(t, result, "updated") - assert.InDelta(t, float64(1), result["revision"], 0.0001) + assert.InDelta(t, float64(1), result["revision"], 0.0) assert.Equal(t, "deployed", result["status"]) assert.Equal(t, "mychart-1.0.0", result["chart"]) }