From 4618db51e165d221d6c6a651c1e34edc1fe4ac73 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Wed, 24 Jul 2024 08:26:14 -0500 Subject: [PATCH] feat(release): Update print testing stmt --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index ccea171..39e04dc 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -48,7 +48,7 @@ failure = withColor Red -- Update golden files in the given directory updateGolden :: FilePath -> IO () updateGolden dir = do - putStrLn "TESTING!!! x3" + putStrLn "TESTING!!! x4" putStrLn "Replacing golden with actual:" go dir success $ putStrLn "Finished!"