Skip to content

Commit 9ee9ddf

Browse files
committed
test: add break
1 parent 8ce114c commit 9ee9ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/common/src/test/java/com/ibm/cloud/cloudant/internal/ErrorTransformInterceptorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ private enum Case {
298298
case BOTH:
299299
responseBuilder.header("x-couch-request-id", MOCK_COUCH_REQ_ID);
300300
responseBuilder.header("x-request-id", MOCK_REQ_ID);
301+
break;
301302
case NONE:
302303
default:
303304
break;

0 commit comments

Comments
 (0)