Skip to content

Commit

Permalink
Update jolt-evm-verifier/test/TestGrandProduct.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Zhu <mchl.zhu.96@gmail.com>
  • Loading branch information
aleph-v and moodlezoup authored Jul 31, 2024
1 parent 8df0f8e commit ffffd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jolt-evm-verifier/test/TestGrandProduct.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {Fr} from "../src/subprotocols/Fr.sol";

import "forge-std/console.sol";

contract TestBaseJolt is TestBase {
contract TestGrandProduct is TestBase {
function testValidGrandProductProof() public {
// Inits the transcript with the same string label as the rust code
Transcript memory transcript = FiatShamirTranscript.new_transcript("test_transcript", 4);
Expand Down

0 comments on commit ffffd77

Please sign in to comment.