Skip to content

Commit e128d30

Browse files
committed
remove empty tree test
Signed-off-by: Taylor Webb <tbwebb22@gmail.com>
1 parent 72efdec commit e128d30

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/evm/foundry/local/MerkleLib_Proofs.t.sol

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ contract MerkleLib_ProofsTest is Test {
2424
merkle = new Merkle();
2525
}
2626

27-
// ============ Empty Tree Test ============
28-
29-
function test_EmptyTree() public pure {
30-
// An empty tree should have a root of bytes32(0)
31-
// This matches the TypeScript MerkleTree behavior where an empty tree returns EMPTY_MERKLE_ROOT
32-
// Note: Murky doesn't support empty trees, but the protocol uses bytes32(0) as the empty root
33-
assertEq(EMPTY_MERKLE_ROOT, bytes32(0));
34-
}
35-
3627
// ============ Pool Rebalance Leaf Proof Test ============
3728

3829
function test_PoolRebalanceLeafProof() public {

0 commit comments

Comments
 (0)