fix: Fix broken tests (#1767)

Fixes #1764
This commit is contained in:
Sergey Kuznetsov
2024-12-02 14:28:57 +00:00
committed by GitHub
parent 66691c45a0
commit a7074dbf0f
10 changed files with 0 additions and 20 deletions

View File

@@ -206,8 +206,6 @@ TEST_F(RPCNFTsByIssuerHandlerTest, NFTIssuerNotString)
// error case ledger non exist via hash
TEST_F(RPCNFTsByIssuerHandlerTest, NonExistLedgerViaLedgerHash)
{
backend->setRange(10, 30);
// mock fetchLedgerByHash return empty
EXPECT_CALL(*backend, fetchLedgerByHash).Times(1);
ON_CALL(*backend, fetchLedgerByHash(ripple::uint256{LEDGERHASH}, _))