Skip to content

Commit 36db8f2

Browse files
Update sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/FlowControllerTest.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9fb09de commit 36db8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/FlowControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ void testExceptionGetMessage() {
780780
FlowController.MaxOutstandingElementCountReachedException elementException =
781781
new FlowController.MaxOutstandingElementCountReachedException(100);
782782
assertThat(elementException.getMessage())
783-
.isEqualTo("The maximum number of batch elements: 100 have been reached.");
783+
.isEqualTo("The maximum number of batch elements: 100 has been reached.");
784784

785785
FlowController.MaxOutstandingRequestBytesReachedException bytesException =
786786
new FlowController.MaxOutstandingRequestBytesReachedException(500);

0 commit comments

Comments
 (0)