SammyVimes commented on a change in pull request #556:
URL: https://github.com/apache/ignite-3/pull/556#discussion_r785966355
##########
File path:
modules/network/src/test/java/org/apache/ignite/internal/network/serialization/marshal/DefaultUserObjectMarshallerWithArbitraryObjectsTest.java
##########
@@ -450,11 +452,21 @@ void
unmarshalsReferencesToSameObjectOfNonBuiltInTypeToSameObject() throws Excep
assertThat(unmarshalled.get(0), sameInstance(unmarshalled.get(1)));
}
+ @Test
+ void unmarshalsReferencesToSameObjectOfPrimitiveWrapperTypesToSameObject()
throws Exception {
Review comment:
```suggestion
void
unmarshalsReferencesToSameObjectOfPrimitiveWrapperTypesToSameObject() throws
Exception {
```
```suggestion
void unmarshalsSamePrimitiveWrapperReferencesToSameInstances() throws
Exception {
```
--
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]