mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: Add typos pre-commit hook (#2041)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user