mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
@@ -55,12 +55,12 @@ struct MockAmendmentCenter : public data::AmendmentCenterInterface {
|
||||
|
||||
MOCK_METHOD(data::Amendment const&, getAmendment, (data::AmendmentKey const&), (const, override));
|
||||
|
||||
MOCK_METHOD(data::Amendment const&, IndexOperator, (data::AmendmentKey const&), (const));
|
||||
MOCK_METHOD(data::Amendment const&, indexOperator, (data::AmendmentKey const&), (const));
|
||||
|
||||
data::Amendment const&
|
||||
operator[](data::AmendmentKey const& key) const override
|
||||
{
|
||||
return IndexOperator(key);
|
||||
return indexOperator(key);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user