Skip to content

Commit f2721e1

Browse files
committed
fix checkstyle
1 parent 4d00a42 commit f2721e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e-kubernetes/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var _ = ginkgo.SynchronizedAfterSuite(func() {}, func() {
106106
f.Logf("Still waiting for %d Mountpoint pod(s) to be cleaned up: %v", len(pods.Items), names)
107107
}
108108
return len(pods.Items), nil
109-
}).WithTimeout(5 * time.Minute).WithPolling(10 * time.Second).Should(gomega.Equal(0),
109+
}).WithTimeout(5*time.Minute).WithPolling(10*time.Second).Should(gomega.Equal(0),
110110
"Mountpoint pods in mount-s3 namespace were not cleaned up in time")
111111
f.Logf("All Mountpoint pods cleaned up successfully")
112112
})

0 commit comments

Comments
 (0)