We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221ffb3 commit 7660834Copy full SHA for 7660834
1 file changed
temporal-sdk/src/test/java/io/temporal/workflow/updateTest/UpdateWithStartTest.java
@@ -648,7 +648,6 @@ public void failWhenUpdateNamesDoNotMatch() {
648
@SuppressWarnings(
649
"deprecation") // Backwards compatibility for WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING
650
@Test
651
- @SuppressWarnings("deprecation") // Test uses deprecated policy for validation
652
public void failServerSideWhenStartIsInvalid() {
653
WorkflowClient workflowClient = testWorkflowRule.getWorkflowClient();
654
0 commit comments