mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56: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:
@@ -512,7 +512,7 @@ class Transaction_test : public beast::unit_test::suite
|
||||
}
|
||||
|
||||
void
|
||||
testCTIDRPC(FeatureBitset features)
|
||||
testRPCsForCTID(FeatureBitset features)
|
||||
{
|
||||
testcase("CTID RPC");
|
||||
|
||||
@@ -804,7 +804,7 @@ public:
|
||||
testRangeRequest(features);
|
||||
testRangeCTIDRequest(features);
|
||||
testCTIDValidation(features);
|
||||
testCTIDRPC(features);
|
||||
testRPCsForCTID(features);
|
||||
forAllApiVersions(std::bind_front(&Transaction_test::testRequest, this, features));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user