mirror of
https://github.com/helm/helm.git
synced 2026-08-09 17:39:28 +00:00
Update pkg/cmd/history_test.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@@ -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"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user