Skip to content

Commit

Permalink
Remove forgotten debugging function
Browse files Browse the repository at this point in the history
  • Loading branch information
iokasimov committed May 27, 2024
1 parent 08ac25a commit 56f5234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/NonInteractiveProof.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ specNonInteractiveProof = hspec $ do
describe "Non-interactive proof protocol specification" $ do
describe ("Type: " ++ show (typeRep (Proxy :: Proxy a))) $ do
describe "All correct proofs" $ do
it "should validate" $ property $ propNonInteractiveProof @a . traceShowId
it "should validate" $ property $ propNonInteractiveProof @a

0 comments on commit 56f5234

Please sign in to comment.