-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit tests correction after fixing change in Value division: method I…
…ntegerValueStorage.DivideValueStorage had reversed dividend and divisor for the case INTEGER/AMOUNT. Though the original Ledger code still contains the mistake, it was decised to correct c# code and update related Boost unit tests (that relies on wrong division results as well). The main motivation for the fix was to minimize negative impact on integration capabilities. Note: the issue is not revealed by Ledger test set.
- Loading branch information
Dmitry Merzlyakov
committed
Sep 23, 2021
1 parent
dc803b8
commit 2d1570c
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters