mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
refactor: Fix spelling issues in tests (#6199)
This change removes the `src/tests` exception from the `cspell` config and fixes all the issues that arise as a result. No functionality/test change.
This commit is contained in:
@@ -2149,7 +2149,7 @@ struct XChain_test : public beast::unit_test::suite, public jtx::XChainBridgeObj
|
||||
}
|
||||
|
||||
void
|
||||
testXChainAddAccountCreateNonBatchAttestation()
|
||||
testXChainAddAccountCreateNonBatchAttestation() // cspell: disable-line
|
||||
{
|
||||
using namespace jtx;
|
||||
|
||||
@@ -3417,7 +3417,7 @@ struct XChain_test : public beast::unit_test::suite, public jtx::XChainBridgeObj
|
||||
testXChainCommit();
|
||||
testXChainAddAttestation();
|
||||
testXChainAddClaimNonBatchAttestation();
|
||||
testXChainAddAccountCreateNonBatchAttestation();
|
||||
testXChainAddAccountCreateNonBatchAttestation(); // cspell: disable-line
|
||||
testXChainClaim();
|
||||
testXChainCreateAccount();
|
||||
testFeeDipsIntoReserve();
|
||||
@@ -3535,6 +3535,7 @@ private:
|
||||
do
|
||||
{
|
||||
callback_called = false;
|
||||
// cspell: ignore attns
|
||||
for (size_t i = 0; i < signers_attns.size(); ++i)
|
||||
{
|
||||
for (auto& [bridge, claims] : signers_attns[i])
|
||||
|
||||
Reference in New Issue
Block a user