Skip to content

Commit

Permalink
ASSERT_TRUE -> ASSERT_FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull committed Dec 9, 2016
1 parent 690171e commit 37cce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtest/test_proofs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ TEST(proofs, zksnark_serializes_properly)
auto verifierEnabled = ProofVerifier::Strict();
auto verifierDisabled = ProofVerifier::Disabled();
// This verifier should catch the bad proof
ASSERT_TRUE(verifierEnabled.check(
ASSERT_FALSE(verifierEnabled.check(
kp.vk,
vkprecomp,
example.primary_input,
Expand Down

0 comments on commit 37cce21

Please sign in to comment.