Skip to content

Commit

Permalink
feat(release): Update print testing x5
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed Jul 24, 2024
1 parent 4618db5 commit f70b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ failure = withColor Red
-- Update golden files in the given directory
updateGolden :: FilePath -> IO ()
updateGolden dir = do
putStrLn "TESTING!!! x4"
putStrLn "TESTING!!! x5"
putStrLn "Replacing golden with actual:"
go dir
success $ putStrLn "Finished!"
Expand Down

0 comments on commit f70b50f

Please sign in to comment.