terrymanu commented on a change in pull request #3164: changing HashMap to 
LinkedHashMap for deterministic iterations
URL: 
https://github.com/apache/incubator-shardingsphere/pull/3164#discussion_r330398426
 
 

 ##########
 File path: 
sharding-jdbc/sharding-jdbc-core/src/test/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/statement/EncryptPreparedStatementTest.java
 ##########
 @@ -59,7 +59,7 @@ public void assertInsertWithExecute() throws SQLException {
             statement.setObject(2, 'b');
             statement.execute();
         }
-        assertResultSet(3, 2, "encryptValue", "assistedEncryptValue");
+        assertResultSet(0, 2, "encryptValue", "assistedEncryptValue");
 
 Review comment:
   Why change value of result count if change order only?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to