tkalkirill commented on a change in pull request #483:
URL: https://github.com/apache/ignite-3/pull/483#discussion_r760979173



##########
File path: 
modules/configuration/src/test/java/org/apache/ignite/internal/configuration/hocon/HoconConverterTest.java
##########
@@ -614,7 +614,7 @@ private void change(String hocon) throws Throwable {
         try {
             
registry.change(hoconSource(ConfigFactory.parseString(hocon).root())).get(1, 
SECONDS);
         } catch (ExecutionException e) {
-            throw e.getCause();
+            throw e.getCause().getCause();

Review comment:
       Modified the code, I hope it became clearer.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to