Commit 47b1e3ce authored by clabby's avatar clabby Committed by GitHub

Update packages/contracts-bedrock/contracts/test/LibPosition.t.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent d8a2d8f0
...@@ -75,7 +75,7 @@ contract LibPosition_Test is Test { ...@@ -75,7 +75,7 @@ contract LibPosition_Test is Test {
} }
/// @notice Tests that the `rightIndex` function correctly computes the deepest, right most index relative /// @notice Tests that the `rightIndex` function correctly computes the deepest, right most index relative
/// to a given position. /// to a given position.
function testFuzz_rightIndex_correctness_suceeds( function testFuzz_rightIndex_correctness_suceeds(
uint64 _maxDepth, uint64 _maxDepth,
uint8 _depth, uint8 _depth,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment