Make an util for mocks used only in pointers #1813
Labels
refactoring
Code improvements without logical changes
testability
Makes code testable and/or adds unit-tests
We already have a Mock wrapper for
MockSubscriptionManager
https://github.com/XRPLF/clio/blob/develop/tests/common/util/MockSubscriptionManager.hpp#L108We could make it template by inner mock type and reuse in similar places.
The text was updated successfully, but these errors were encountered: