Skip to content

Commit

Permalink
TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Oct 12, 2021
1 parent 9ae8022 commit caf3166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plutus-contract/src/Plutus/Contract/Test/ContractModel.hs
Expand Up @@ -1023,6 +1023,8 @@ finalChecks opts copts handleSpecs predicate prop = do
assertResult :: Monad m => Bool -> PropertyM m ()
assertResult = QC.assert

-- TODO: Split this into some utility functions for collecting coverage (not checking
-- it) that can be put in Plutus.Contract.Test.Coverage and re-used here.
-- | Check endpoint coverage
addEndpointCoverage :: CoverageOptions
-> [ContractInstanceSpec state]
Expand Down

0 comments on commit caf3166

Please sign in to comment.