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!"