JAkutenshi commented on code in PR #6072: URL: https://github.com/apache/ignite-3/pull/6072#discussion_r2161843359
########## modules/transactions/src/testFixtures/java/org/apache/ignite/internal/tx/storage/state/test/TestTxStateStorage.java: ########## @@ -32,7 +32,12 @@ public class TestTxStateStorage implements TxStateStorage { private final Map<Integer, TxStatePartitionStorage> storages = new ConcurrentHashMap<>(); @Override public TxStatePartitionStorage getOrCreatePartitionStorage(int partitionId) { - return storages.computeIfAbsent(partitionId, k -> spy(new TestTxStatePartitionStorage())); + return storages.computeIfAbsent(partitionId, k -> spy()); Review Comment: Oh, forgot to finish the refactoring. Done -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org