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"]) }