Skip to content

Commit c0f4212

Browse files
committed
formatting
1 parent b68e862 commit c0f4212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/github/jlangch/venice/util/ipc/TcpClientRuntimeConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public void test_client_inherit_config() throws Exception {
7272
try {
7373
// check if the client obtained the config from the server
7474
assertEquals(false, client.isEncrypted());
75-
assertEquals(2000, client.getCompressCutoffSize());
7675
assertEquals(3000, client.getMaxMessageSize());
76+
assertEquals(2000, client.getCompressCutoffSize());
7777
}
7878
catch(Exception ex) {
7979
// OK

0 commit comments

Comments
 (0)