mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 00:25:52 +00:00
@@ -127,7 +127,6 @@ TEST_F(CacheLoaderTest, FromCache)
|
||||
.WillByDefault(Return(std::vector<Blob>{keysSize - 1, Blob{'s'}}));
|
||||
EXPECT_CALL(*rawBackendPtr, doFetchLedgerObjects).Times(loops);
|
||||
|
||||
EXPECT_CALL(cache, size).Times(AtLeast(1));
|
||||
EXPECT_CALL(cache, update).Times(loops);
|
||||
EXPECT_CALL(cache, isFull).Times(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user