Skip to content

Commit c31c48b

Browse files
committed
Updating server versuin
1 parent f693be7 commit c31c48b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

temporal-sdk/src/test/java/io/temporal/internal/common/LinkConverterTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,9 +853,8 @@ public void testConvertNexusToWorkflow_EmptyUrl() {
853853
}
854854

855855
/**
856-
* A '+' in a path segment is a literal '+', not a space.
857-
* Form decoding would turn it into a space and point
858-
* at a different execution.
856+
* A '+' in a path segment is a literal '+', not a space. Form decoding would turn it into a space
857+
* and point at a different execution.
859858
*/
860859
@Test
861860
public void testConvertNexusToWorkflow_LiteralPlusInPathIsPreserved() {

temporal-sdk/src/test/java/io/temporal/workflow/nexus/QueryOperationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
* <p>Covers the value round trip plus the failure modes a caller can observe: an unknown workflow,
4848
* a query handler that throws, and a Query rejected by the client's reject condition. All of these
4949
* must fail the caller's Nexus operation rather than hanging or returning a default.
50-
*
5150
*/
5251
public class QueryOperationTest {
5352

0 commit comments

Comments
 (0)