Skip to content

Commit 70c0141

Browse files
committed
Fix sidecar
Signed-off-by: siri-varma <[email protected]>
1 parent c6830b9 commit 70c0141

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk-tests/src/test/java/io/dapr/it/testcontainers/DaprWorkflowsIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ static void daprProperties(DynamicPropertyRegistry registry) {
9191
*/
9292
@BeforeEach
9393
public void init() {
94-
try (WorkflowRuntime runtime = workflowRuntimeBuilder.build()) {
94+
WorkflowRuntime runtime = workflowRuntimeBuilder.build())
9595
System.out.println("Start workflow runtime");
9696
runtime.start(false);
97-
}
9897
}
9998

10099
@Test

0 commit comments

Comments
 (0)