Skip to content

Commit

Permalink
Remove focus usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jun 2, 2023
1 parent 118c755 commit 1283acd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ spec = parallel $ describe "MarloweContract" do
getMerkleizedInputsSpec

getMerkleizedInputsSpec :: Spec
getMerkleizedInputsSpec = focus $ describe "merkleizeInputs" do
getMerkleizedInputsSpec = describe "merkleizeInputs" do
prop "Produces equivalent inputs" \state -> forAll (genTimeInterval state) \interval -> forAll (genContractPath (Environment interval) state) \path ->
let
contract = getContract path
Expand Down

0 comments on commit 1283acd

Please sign in to comment.