From f322d3671eee1e128743b8debbf6ca91e322734a Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Tue, 12 Nov 2019 14:33:32 +1000 Subject: [PATCH] integration tests: print a utf-8 emoji at startup --- lib/jormungandr/test/integration/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/jormungandr/test/integration/Main.hs b/lib/jormungandr/test/integration/Main.hs index 7892b621c5b..669bb79c1f3 100644 --- a/lib/jormungandr/test/integration/Main.hs +++ b/lib/jormungandr/test/integration/Main.hs @@ -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