Skip to content

Commit 50fe22e

Browse files
committed
gmake lint
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
1 parent 01174d6 commit 50fe22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/bindings/test/containers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ var _ = Describe("Podman containers ", func() {
334334
status := define.HealthCheckStarting
335335
for i := 0; i < 10; i++ {
336336
result, err := containers.RunHealthCheck(bt.conn, "hc", nil)
337-
Expect(err).To(BeNil())
337+
Expect(err).ToNot(HaveOccurred())
338338
if result.Status != define.HealthCheckHealthy {
339339
fmt.Println("Healthcheck container still starting, retrying in 1 second")
340340
time.Sleep(1 * time.Second)

0 commit comments

Comments
 (0)