Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Feb 8, 2023
1 parent f998b5b commit 7ee1baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cabal.project
Expand Up @@ -90,7 +90,6 @@ constraints:
, aeson >= 2

, hedgehog >= 1.1
, hedgehog-extra >= 0.3.0.1

-- The plugin will typically fail when producing Haddock documentation. However,
-- in this instance you can simply tell it to defer any errors to runtime (which
Expand Down
2 changes: 1 addition & 1 deletion plutus-e2e-tests/test/Spec/Builtins/SECP256k1.hs
Expand Up @@ -39,7 +39,7 @@ tests = testGroup "SECP256k1"
"forbidden builtin" error when building tx
-}
verifySchnorrAndEcdsa :: TN.TestnetOptions -> H.Property
verifySchnorrAndEcdsa testnetOptions = H.integration . HE.runFinallies . TN.workspace "chairman" $ \tempAbsPath -> do
verifySchnorrAndEcdsa testnetOptions = H.integration . HE.runFinallies . TN.workspace "." $ \tempAbsPath -> do

let pv = TN.protocolVersion testnetOptions
C.AnyCardanoEra era <- return $ TN.era testnetOptions
Expand Down

0 comments on commit 7ee1baa

Please sign in to comment.