Skip to content

Commit df8e85e

Browse files
Update test/utils/FHESafeMath.test.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent c05b8dd commit df8e85e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/utils/FHESafeMath.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ describe('FHESafeMath', function () {
103103
[0, 1, 1, true],
104104
[0, MaxUint64, MaxUint64, true],
105105
[1, MaxUint64, 0, false],
106+
[MaxUint64, MaxUint64, 0, false],
106107
];
107108
const subArgsOptions: [number | undefined, number | undefined, number | undefined, boolean][] = [
108109
// a - b = c & success

0 commit comments

Comments
 (0)