From f25f77a2f3986eb0e2eeae37b670fca87e508c56 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Wed, 26 Jun 2024 08:45:17 -0500 Subject: [PATCH] feat(test): Modify print statement x3 --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index 8605e7d..ccea171 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!!! x2" + putStrLn "TESTING!!! x3" putStrLn "Replacing golden with actual:" go dir success $ putStrLn "Finished!"