Skip to content

Commit 79e2fab

Browse files
committed
Merge branch 'test-compliance-suite-bytes' of https://github.com/googleapis/sdk-platform-java into test-compliance-suite-bytes
2 parents 26debe8 + 3f18a24 commit 79e2fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ITHttpAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void verifyByteSizeOfExtremePayload() throws IOException {
131131
.getResourceAsStream("compliance_suite.json")),
132132
StandardCharsets.UTF_8);
133133
int count = 0;
134-
while(streamReader.ready()) {
134+
while (streamReader.ready()) {
135135
count += streamReader.read();
136136
}
137137
assertThat(count).isEqualTo(434636);

0 commit comments

Comments
 (0)