Skip to content

Commit 237c5b1

Browse files
committed
Prevent linter error
1 parent 24ccf19 commit 237c5b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/runtime/runtime_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -2695,11 +2695,14 @@ func withReadyExpressions(exprs []string) mockResourceOption {
26952695
}
26962696
}
26972697

2698+
/*
26982699
func withReadOnly(ro bool) mockResourceOption {
26992700
return func(m *mockResource) {
27002701
m.readOnly = ro
27012702
}
27022703
}
2704+
*/
2705+
27032706
func withConditions(conditions []string) mockResourceOption {
27042707
return func(m *mockResource) {
27052708
m.conditions = conditions

0 commit comments

Comments
 (0)