File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
testcontainers-dapr/src/main/java/io/dapr/testcontainers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,12 @@ public DaprContainer withAppHealthCheckProbeInterval(Integer appHealthCheckProbe
141
141
return this ;
142
142
}
143
143
144
- public DaprContainer withAppHealthCheckProbeTimeout (Integer appHealthCheckProbeTimeout ){
144
+ public DaprContainer withAppHealthCheckProbeTimeout (Integer appHealthCheckProbeTimeout ) {
145
145
this .appHealthCheckProbeTimeout = appHealthCheckProbeTimeout ;
146
146
return this ;
147
147
}
148
148
149
- public DaprContainer withAppHealthCheckThreshold (Integer appHealthCheckThreshold ) {
149
+ public DaprContainer withAppHealthCheckThreshold (Integer appHealthCheckThreshold ) {
150
150
this .appHealthCheckThreshold = appHealthCheckThreshold ;
151
151
return this ;
152
152
}
You can’t perform that action at this time.
0 commit comments