We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6830b9 commit 70c0141Copy full SHA for 70c0141
sdk-tests/src/test/java/io/dapr/it/testcontainers/DaprWorkflowsIT.java
@@ -91,10 +91,9 @@ static void daprProperties(DynamicPropertyRegistry registry) {
91
*/
92
@BeforeEach
93
public void init() {
94
- try (WorkflowRuntime runtime = workflowRuntimeBuilder.build()) {
+ WorkflowRuntime runtime = workflowRuntimeBuilder.build())
95
System.out.println("Start workflow runtime");
96
runtime.start(false);
97
- }
98
}
99
100
@Test
0 commit comments