Skip to content

Commit

Permalink
attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxia01 committed Sep 2, 2024
1 parent d0cbf9e commit 41e5441
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ TEST_F(ClientIVCTests, BasicFailure)
break;
}
}
EXPECT_ANY_THROW(create_mock_circuit(ivc));
// Accumulate another circuit; this involves recursive folding verification of the bad proof
Builder circuit_2 = create_mock_circuit(ivc);
EXPECT_ANY_THROW(ivc.accumulate(circuit_2));
};

/**
Expand Down

0 comments on commit 41e5441

Please sign in to comment.