diff --git a/app/Main.hs b/app/Main.hs index fdb429b..8605e7d 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!!!" + putStrLn "TESTING!!! x2" putStrLn "Replacing golden with actual:" go dir success $ putStrLn "Finished!"