mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-26 22:55:53 +00:00
@@ -23,8 +23,7 @@
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
struct MockCache
|
||||
{
|
||||
struct MockCache {
|
||||
virtual ~MockCache() = default;
|
||||
|
||||
MOCK_METHOD(void, updateImp, (std::vector<data::LedgerObject> const& a, uint32_t b, bool c), ());
|
||||
|
||||
Reference in New Issue
Block a user