rpuch commented on a change in pull request #495:
URL: https://github.com/apache/ignite-3/pull/495#discussion_r764953429



##########
File path: 
modules/network/src/test/java/org/apache/ignite/internal/network/serialization/ClassDescriptorParserTest.java
##########
@@ -45,21 +45,19 @@
     /**
      * Descriptor parser context.
      */
-    private ClassDescriptorParserContext context;
+    private final ClassDescriptorParserContext context = new 
ClassDescriptorParserContext();
 
     /**
      * Descriptor parser.
      */
-    private ClassDescriptorParser parser;
+    private ClassDescriptorParser parser = new ClassDescriptorParser(context);
 
     /**
      * Set up method.
      */
     @BeforeEach
     void setUp() {
-        context = new ClassDescriptorParserContext();
-
-        parser = new ClassDescriptorParser(context);
+        System.out.println("");

Review comment:
       Wasn't this forgotten?




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