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