Skip to content

Commit f6991f4

Browse files
Update test/src/lib/implementation/LibDecimalFloatImplementation.add.t.sol
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 06eadab commit f6991f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/lib/implementation/LibDecimalFloatImplementation.add.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contract LibDecimalFloatImplementationAddTest is Test {
3434
}
3535
}
3636

37-
function testOverflowCheks(int256 a, int256 b) external pure {
37+
function testOverflowChecks(int256 a, int256 b) external pure {
3838
bool expected = willOverflow(a, b);
3939
bool actual = willOverflow2(a, b);
4040
assertEq(actual, expected, "Overflow check mismatch");

0 commit comments

Comments
 (0)