Skip to content

Commit

Permalink
fix: proof generation system
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored and tuler committed Apr 11, 2024
1 parent 705bfa5 commit dcac775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions onchain/rollups/test/foundry/dapp/CartesiDApp.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ contract CartesiDAppTest is TestBase {
readFinishEpochResponse();
}

/// @dev Used by the proof generation system
function testNothing() public pure {}

function testConstructorWithOwnerAsZeroAddress(
bytes32 _templateHash
) public {
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/test/foundry/dapp/helper/update-proofs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ echo

forge test -vv \
--match-contract CartesiDAppTest \
--match-test setUp > /dev/null || true
--match-test testNothing > /dev/null || true

echo3 $GREEN "Running Docker image..."
echo
Expand Down

0 comments on commit dcac775

Please sign in to comment.