We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483423a commit b2e5acfCopy full SHA for b2e5acf
interop-testing/src/test/java/io/grpc/testing/integration/TransportCompressionTest.java
@@ -138,7 +138,8 @@ public void compresses() {
138
assertTrue(FZIPPER.anyWritten);
139
}
140
141
- private static final String DECOMPRESSED_MESSAGE_TOO_LONG_METHOD_NAME = "decompressedMessageTooLong";
+ private static final String DECOMPRESSED_MESSAGE_TOO_LONG_METHOD_NAME =
142
+ "decompressedMessageTooLong";
143
144
@Test
145
@Ignore("for PR #12360")
0 commit comments