sashapolo commented on code in PR #1559:
URL: https://github.com/apache/ignite-3/pull/1559#discussion_r1084966177


##########
modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/VolatilePageMemoryMvTableStorageTest.java:
##########
@@ -60,8 +58,6 @@
 public class VolatilePageMemoryMvTableStorageTest extends 
AbstractMvTableStorageTest {
     private final PageEvictionTracker pageEvictionTracker = 
spy(PageEvictionTrackerNoOp.INSTANCE);

Review Comment:
   Just a small nitpick: what's the point of using "spy" here, while a simple 
mock should be enough?



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