Skip to content

Commit

Permalink
SCB: Tidying some test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Jenkins authored and krisajenkins committed Feb 13, 2020
1 parent 511cd59 commit 0117e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-scb/test/Plutus/SCB/CoreSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ installContractTests =
active <- activeContracts
liftIO $ assertEqual "" 0 $ Set.size active
, testCase
"Installing a contract successfully increases the installed contract count." $
"Installing a contract successfully increases the installed contract count" $
runScenario $ do
installContract "/bin/sh"
--
Expand All @@ -89,7 +89,7 @@ installContractTests =
--
active <- activeContracts
liftIO $ assertEqual "" 0 $ Set.size active
, testCase "We can activate a contract." $
, testCase "We can activate a contract" $
runScenario $ do
installContract "game"
--
Expand Down

0 comments on commit 0117e81

Please sign in to comment.