style: Add typos pre-commit hook (#2041)

This commit is contained in:
Ayaz Salikhov
2025-04-29 09:59:11 +01:00
committed by GitHub
parent de43be887e
commit af0a8af287
95 changed files with 207 additions and 180 deletions

View File

@@ -216,7 +216,7 @@ TEST_F(ETLLedgerPublisherTest, PublishLedgerSeqStopIsTrue)
EXPECT_FALSE(publisher.publish(kSEQ, {}));
}
TEST_F(ETLLedgerPublisherTest, PublishLedgerSeqMaxAttampt)
TEST_F(ETLLedgerPublisherTest, PublishLedgerSeqMaxAttempt)
{
SystemState dummyState;
dummyState.isStopping = false;

View File

@@ -178,7 +178,7 @@ TEST_F(NFTHelpersTest, NFTModifyWithoutURI)
verifyNFTsData(*nftDatas, sttx, txMeta, kNFT_ID, std::nullopt);
}
TEST_F(NFTHelpersTest, NFTMintFromModifedNode)
TEST_F(NFTHelpersTest, NFTMintFromModifiedNode)
{
auto const tx = createMintNftTxWithMetadata(kACCOUNT, 1, 20, 1, kNFT_ID);
ripple::TxMeta txMeta(ripple::uint256(kTX), 1, tx.metadata);