Skip to content

Commit

Permalink
integration tests: print a utf-8 emoji at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Nov 12, 2019
1 parent 1bf3526 commit 469c3fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jormungandr/test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ instance KnownCommand Jormungandr where
commandName = "cardano-wallet-jormungandr"

main :: forall t. (t ~ Jormungandr) => IO ()
main = withUtf8Encoding $ withLogging Nothing Info $ \logging ->
main = withUtf8Encoding $ withLogging Nothing Info $ \logging -> do
putStrLn "Integration tests 👌"
hspec $ do
describe "No backend required" $ do
describe "Cardano.Wallet.NetworkSpec" $ parallel NetworkLayer.spec
Expand Down

0 comments on commit 469c3fa

Please sign in to comment.