Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
fix: removed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 9, 2024
1 parent eeb7261 commit 91cbc54
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracts/test/LargeMembership.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ contract SP1ICS07LargeMembershipTest is MembershipTest {
proof = abi.decode(fixture.membershipProof.proof, (SP1MembershipProof));
}

function test_ValidateFixtures() public view {
MembershipOutput memory output = getOutput();

assertEq(output.kvPairs.length, 100);
}

function getOutput() public view returns (MembershipOutput memory) {
return abi.decode(proof.sp1Proof.publicValues, (MembershipOutput));
}
Expand Down

0 comments on commit 91cbc54

Please sign in to comment.