test cases fixed for helm history

Signed-off-by: Mujib Ahasan <ahasanmujib8@gmail.com>
pull/31908/head
Mujib Ahasan 3 weeks ago
parent 9b3d8519c9
commit 13d68bf82d

@ -49,6 +49,8 @@ func init() {
func runTestCmd(t *testing.T, tests []cmdTestCase) {
t.Helper()
t.Setenv("TZ", "UTC")
time.Local = time.UTC
for _, tt := range tests {
for i := 0; i <= tt.repeat; i++ {
t.Run(tt.name, func(t *testing.T) {

Loading…
Cancel
Save