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:
Mayukha Vadari
2026-02-06 15:30:22 -05:00
committed by GitHub
parent f5208fc850
commit bf4674f42b
38 changed files with 256 additions and 238 deletions

View File

@@ -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])