Skip to content

Commit a4fe62f

Browse files
Copilotbachuv
andauthored
Replace Unicode box-drawing chars with ASCII in test comments
Agent-Logs-Url: https://github.com/microsoft/durabletask-java/sessions/ea332218-fd02-4338-8805-e40f0009eb55 Co-authored-by: bachuv <15795068+bachuv@users.noreply.github.com>
1 parent 42765bc commit a4fe62f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/test/java/com/microsoft/durabletask/StatusRuntimeExceptionHelperTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class StatusRuntimeExceptionHelperTest {
2020

21-
// ── toRuntimeException tests ──
21+
// -- toRuntimeException tests --
2222

2323
@Test
2424
void toRuntimeException_cancelledStatus_returnsCancellationException() {
@@ -173,7 +173,7 @@ void toRuntimeException_nullDescription_usesDefaultFallback() {
173173
"Message should not contain literal ': null': " + result.getMessage());
174174
}
175175

176-
// ── toException tests ──
176+
// -- toException tests --
177177

178178
@Test
179179
void toException_deadlineExceededStatus_returnsTimeoutException() {

0 commit comments

Comments
 (0)