Skip to content

Commit dc21b9e

Browse files
committed
fix: lint
1 parent 20e832f commit dc21b9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

internal/controllers/storage/controller_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,7 @@ var _ = Describe("Storage controller medium tests", func() {
112112
},
113113
&svc,
114114
)
115-
if err != nil {
116-
return false
117-
}
118-
return true
115+
return err == nil
119116
}, test.Timeout, test.Interval).Should(BeTrue(),
120117
"Service %s/%s should eventually exist", testobjects.YdbNamespace, serviceName,
121118
)

0 commit comments

Comments
 (0)