mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 17:27:00 +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:
@@ -441,9 +441,9 @@ public:
|
||||
STAmount smallValue(noIssue(), (STAmount::cMinValue + STAmount::cMaxValue) / 2, STAmount::cMinOffset + 1);
|
||||
STAmount zeroSt(noIssue(), 0);
|
||||
|
||||
STAmount smallXsmall = multiply(smallValue, smallValue, noIssue());
|
||||
STAmount smallXSmall = multiply(smallValue, smallValue, noIssue());
|
||||
|
||||
BEAST_EXPECT(smallXsmall == beast::zero);
|
||||
BEAST_EXPECT(smallXSmall == beast::zero);
|
||||
|
||||
STAmount bigDsmall = divide(smallValue, bigValue, noIssue());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user