Skip to content

Commit

Permalink
Remove focus usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Nov 21, 2022
1 parent c4207ef commit 04909d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ import Test.QuickCheck.Hedgehog (hedgehog)

spec :: Spec
spec = do
focus $ describe "solveInitialTxBodyContent" do
describe "solveInitialTxBodyContent" do
prop "satisfies the constraints" \(SomeTxConstraints marloweVersion constraints) -> do
protocol <- hedgehog genProtocolParameters
marloweContext <- genMarloweContext marloweVersion constraints
Expand Down

0 comments on commit 04909d2

Please sign in to comment.