Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix BigInteger failing test case
Adding 1 to Long.MAX_VALUE results in `overflow` exception when converting BigInteger string into Long. So added an empty string instead of adding 1 ING-3267
- Loading branch information