Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Soupstraw committed May 3, 2024
1 parent 572b6fd commit 53cd444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ instance

stateSpec _ = utxoStateSpec

signalSpec _ env st = utxoTxSpec env st <> constrained agdaConstraints
signalSpec _ env st = utxoTxSpec env st -- <> constrained agdaConstraints
where
agdaConstraints :: Term fn (AlonzoTx Conway) -> Pred fn
agdaConstraints tx = match @fn tx $ \txBody _ _ _ ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Test.Cardano.Ledger.Imp.Common

spec :: Spec
spec = describe "Conway conformance tests" $ do
xprop "UTXO" $ conformsToImpl @"UTXO" @ConwayFn @Conway
prop "UTXO" $ conformsToImpl @"UTXO" @ConwayFn @Conway
prop "GOV" $ conformsToImpl @"GOV" @ConwayFn @Conway
describe "Generators" $ do
let
Expand Down

0 comments on commit 53cd444

Please sign in to comment.